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


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