FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowResizeUndoAction Class / columnFooter Field


In This Topic
columnFooter Field
In This Topic
Specifies whether the column footer is involved.
Syntax
'Declaration
 
Protected columnFooter As Boolean
 
'Usage
 
Dim instance As RowResizeUndoAction
Dim value As Boolean
 
value = instance.columnFooter
 
instance.columnFooter = value
See Also