[]
Initializes a new instance of the SpreadDataView class.
public SpreadDataView(FpSpread spread, string sheetViewName)
Public Sub New(spread As FpSpread, sheetViewName As String)
Type | Name | Description |
---|---|---|
FpSpread | spread | Spread |
string | sheetViewName | Name of the sheet view. |
Initializes a new instance of the SpreadDataView class.
public SpreadDataView(FpSpread spread, string sheetViewName, ISpreadDataViewMapper mapper)
Public Sub New(spread As FpSpread, sheetViewName As String, mapper As ISpreadDataViewMapper)
Type | Name | Description |
---|---|---|
FpSpread | spread | Spread |
string | sheetViewName | Name of the sheet view. |
ISpreadDataViewMapper | mapper | The mapper. |