FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / HitTestInfo Class / Column Property

In This Topic
    Column Property (HitTestInfo)
    In This Topic
    Gets the index of the column at the specified location.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    public int Column {get;}
    Remarks
    If there is no column at the specified location, this property returns -1.
    See Also