[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRangeConverter

CellRangeConverter Class

Represents a data type converter for a range of cells.

Inheritance
CellRangeConverter
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class CellRangeConverter : TypeConverter
Public Class CellRangeConverter
    Inherits TypeConverter

Constructors

Name Description
CellRangeConverter()

Methods

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.