[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.GetConverter

GetConverter Method

GetConverter()

Returns a type converter for this instance of a component.

Declaration
public TypeConverter GetConverter()
Public Function GetConverter() As TypeConverter
Returns
Type Description
TypeConverter

A TypeConverter that is the converter for this object, or null if there is no TypeConverter for this object.

Implements