Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataView Class / Mapper Property


In This Topic
    Mapper Property (SpreadDataView)
    In This Topic
    Gets or sets the mapper of the Spread data view.
    Syntax
    'Declaration
     
    
    Public Property Mapper As ISpreadDataViewMapper
    'Usage
     
    
    Dim instance As SpreadDataView
    Dim value As ISpreadDataViewMapper
     
    instance.Mapper = value
     
    value = instance.Mapper
    public ISpreadDataViewMapper Mapper {get; set;}

    Property Value

    Mapper
    See Also