Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GetActiveColumnViewportIndex() Method


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

    Return Value

    The active column viewport index.
    See Also