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


In This Topic
    ActiveColumnPane Field
    In This Topic
    The index of column pane that is active.
    Syntax
    'Declaration
     
    Public ActiveColumnPane As Integer
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value As Integer
     
    value = instance.ActiveColumnPane
     
    instance.ActiveColumnPane = value
    public int ActiveColumnPane
    See Also