Spread WinForms 15
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
See Also