Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / Column Property


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