ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / HitTestInfo Structure / Column Property

In This Topic
    Column Property (HitTestInfo)
    In This Topic
    Get the index of the column at the point being tested (if the point does not correspond to a cell, it returns -1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    public int Column {get;}
    See Also