Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestInformation Class / ColumnViewportIndex Property


In This Topic
    ColumnViewportIndex Property
    In This Topic
    Gets the column viewport referred to in the spreadsheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnViewportIndex As Integer
    'Usage
     
    Dim instance As HitTestInformation
    Dim value As Integer
     
    value = instance.ColumnViewportIndex
    public int ColumnViewportIndex {get;}
    See Also