[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataView.-ctor

SpreadDataView Constructor

SpreadDataView(FpSpread, string)

Initializes a new instance of the SpreadDataView class.

Declaration
public SpreadDataView(FpSpread spread, string sheetViewName)
Public Sub New(spread As FpSpread, sheetViewName As String)
Parameters
Type Name Description
FpSpread spread

Spread

string sheetViewName

Name of the sheet view.

SpreadDataView(FpSpread, string, ISpreadDataViewMapper)

Initializes a new instance of the SpreadDataView class.

Declaration
public SpreadDataView(FpSpread spread, string sheetViewName, ISpreadDataViewMapper mapper)
Public Sub New(spread As FpSpread, sheetViewName As String, mapper As ISpreadDataViewMapper)
Parameters
Type Name Description
FpSpread spread

Spread

string sheetViewName

Name of the sheet view.

ISpreadDataViewMapper mapper

The mapper.