Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HitTestInformation Class / ColumnViewport Property


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

    Property Value

    Integer index of the viewport column
    See Also