[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.CellRangeConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the data type of the cell range from the specified value.

Declaration
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
Parameters
Type Name Description
ITypeDescriptorContext context

Data type descriptor context

CultureInfo culture

Culture

object value

Value

Returns
Type Description
object

A CellRange object.

Overrides