[]
Converts the data type of the cell range from the specified value.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Public Overrides Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | Data type descriptor context |
CultureInfo | culture | Culture |
object | value | Value |
Type | Description |
---|---|
object | A CellRange object. |