Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / ColumnFooter Property


In This Topic
    ColumnFooter Property (CellClickEventArgs)
    In This Topic
    Gets whether the cell that is clicked is in the column footer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooter As Boolean
    'Usage
     
    
    Dim instance As CellClickEventArgs
    Dim value As Boolean
     
    value = instance.ColumnFooter
    public bool ColumnFooter {get;}
    See Also