Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetActiveColumnViewportIndex Method


In This Topic
    GetActiveColumnViewportIndex Method (Worksheet)
    In This Topic
    Gets the index of the active column viewport.
    Syntax
    'Declaration
     
    Public Function GetActiveColumnViewportIndex() As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    value = instance.GetActiveColumnViewportIndex()
    public int GetActiveColumnViewportIndex()

    Return Value

    The index of the active column viewport.
    See Also