Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipFetchEventArgs Class / ColumnFooter Property


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