Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / MapperInfo Property


In This Topic
MapperInfo Property
In This Topic
Gets or sets the mapper information.
Syntax
'Declaration
 
Public Property MapperInfo As MapperInfo
 
'Usage
 
Dim instance As SpreadDataBindingAdapter
Dim value As MapperInfo
 
instance.MapperInfo = value
 
value = instance.MapperInfo

Property Value

Mapper information
See Also