VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / WorksheetView Class / WorksheetView Constructors / WorksheetView Constructor(Double,Boolean,Boolean,Boolean,Boolean,VintasoftColor,CellReference,Int32,CellReferences[],CellReference)
Syntax Exceptions Requirements SeeAlso
In This Topic
    WorksheetView Constructor(Double,Boolean,Boolean,Boolean,Boolean,VintasoftColor,CellReference,Int32,CellReferences[],CellReference)
    In This Topic
    Initializes a new instance of the WorksheetView class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal zoom
    The zoom that is used to display this worksheet.
    As Double, _
    ByVal isFocused
    A value indicating whether this worksheet is focused.
    As Boolean, _
    ByVal showFormulas
    A value indicating whether this worksheet must show formulas instead resulting value.
    As Boolean, _
    ByVal showHeadings
    A value indicating whether this worksheet must show column/row headers.
    As Boolean, _
    ByVal showGrid
    A value indicating whether this worksheet must show grid.
    As Boolean, _
    ByVal gridColor
    The color of worksheet grid.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal focusedCell
    The focused cell.
    As CellReference, _
    ByVal focusedCellSelectionIndex
    The selected cells range id, which contains focused cell.
    As System.Int32, _
    ByVal selectedCells
    The selected cells.
    () As CellReferences, _
    ByVal topLeftCell
    The top-left cell.
    As CellReference _
    )

    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.
    Exceptions
    ExceptionDescription
    Thrown if new value is less than 10 or greater than 400.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also