Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet.ExcelViewportInfo Class / LeftColumn Field


In This Topic
    LeftColumn Field
    In This Topic
    Specifies the first visible logical left column in the logical right pane.
    Syntax
    'Declaration
     
    Public LeftColumn As Integer()
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value() As Integer()
     
    value = instance.LeftColumn
     
    instance.LeftColumn = value
    public int[] LeftColumn
    See Also