[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRangeConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Determines if the data type of the cell range can be converted to the specified destination data.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

Data type descriptor context

Type destinationType

Destination data type

Returns
Type Description
bool
Overrides