[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.CellTypeConverter.CanConvertFrom

CanConvertFrom Method

CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether the specified type can be converted to a cell type object.

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

Type descriptor context

Type sourceType

Type

Returns
Type Description
bool

True if sourceType is string; otherwise, false.

Overrides