Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangingEventArgs Class / Footer Property


In This Topic
    Footer Property (RowHeightChangingEventArgs)
    In This Topic
    Gets whether the column indexes are column footer rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Footer As Boolean
    'Usage
     
    
    Dim instance As RowHeightChangingEventArgs
    Dim value As Boolean
     
    value = instance.Footer
    public bool Footer {get;}
    See Also