[]
Determines if the data type of the cell range can be converted to the specified destination data.
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | Data type descriptor context |
Type | destinationType | Destination data type |
Type | Description |
---|---|
bool |