Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangedEventArgs Class / Footer Property


In This Topic
Footer Property (RowHeightChangedEventArgs)
In This Topic
Gets whether the row indexes are column footer rows.
Syntax
'Declaration
 
Public ReadOnly Property Footer As Boolean
 
'Usage
 
Dim instance As RowHeightChangedEventArgs
Dim value As Boolean
 
value = instance.Footer
See Also