[]
Represents a data type converter for a range of cells.
public class CellRangeConverter : TypeConverter
Public Class CellRangeConverter
Inherits TypeConverter
| Name | Description |
|---|---|
| CellRangeConverter() | Creates a new instance of CellRangeConverter class. |
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) | Determines if the data type of the cell range can be converted from the specified source data. |
| CanConvertTo(ITypeDescriptorContext, Type) | Determines if the data type of the cell range can be converted to the specified destination data. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts the data type of the cell range from the specified value. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the data type of the cell range to the specified value. |
| CreateInstance(ITypeDescriptorContext, IDictionary) | Creates an instance of the range of cells. |