Spread for ASP.NET 11 Product Documentation
Mapper Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > SpreadDataView Class : Mapper Property
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

Reference

SpreadDataView Class
SpreadDataView Members