'Declaration Public Function New( _
ByVal zoomThe zoom that is used to display this worksheet.As Double, _
ByVal isFocusedA value indicating whether this worksheet is focused.As Boolean, _
ByVal showFormulasA value indicating whether this worksheet must show formulas instead resulting value.As Boolean, _
ByVal showHeadingsA value indicating whether this worksheet must show column/row headers.As Boolean, _
ByVal showGridA value indicating whether this worksheet must show grid.As Boolean, _
ByVal gridColorThe color of worksheet grid.As Vintasoft.Primitives.VintasoftColor, _
ByVal focusedCellThe focused cell.As CellReference, _
ByVal focusedCellSelectionIndexThe selected cells range id, which contains focused cell.As System.Int32, _
ByVal selectedCellsThe selected cells.() As CellReferences, _
ByVal topLeftCellThe top-left cell.As CellReference _
)
public WorksheetView(
double zoom,
bool isFocused,
bool showFormulas,
bool showHeadings,
bool showGrid,
Vintasoft.Primitives.VintasoftColor gridColor,
CellReference focusedCell,
System.Int32 focusedCellSelectionIndex,
CellReferences[] selectedCells,
CellReference topLeftCell
)
public: WorksheetView(
double zoom,
bool isFocused,
bool showFormulas,
bool showHeadings,
bool showGrid,
Vintasoft.Primitives.VintasoftColor gridColor,
CellReference* focusedCell,
System.Int32 focusedCellSelectionIndex,
CellReferences*[]* selectedCells,
CellReference* topLeftCell
)
public:
WorksheetView(
double zoom,
bool isFocused,
bool showFormulas,
bool showHeadings,
bool showGrid,
Vintasoft.Primitives.VintasoftColor gridColor,
CellReference^ focusedCell,
System.Int32 focusedCellSelectionIndex,
array<CellReferences^>^ selectedCells,
CellReference^ topLeftCell
)
Parameters
- zoom
- The zoom that is used to display this worksheet.
- isFocused
- A value indicating whether this worksheet is focused.
- showFormulas
- A value indicating whether this worksheet must show formulas instead resulting value.
- showHeadings
- A value indicating whether this worksheet must show column/row headers.
- showGrid
- A value indicating whether this worksheet must show grid.
- gridColor
- The color of worksheet grid.
- focusedCell
- The focused cell.
- focusedCellSelectionIndex
- The selected cells range id, which contains focused cell.
- selectedCells
- The selected cells.
- topLeftCell
- The top-left cell.