Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / Cells Property


In This Topic
Cells Property (ColumnFooter)
In This Topic
Gets a Cells object for the cells in the column footer.
Syntax
'Declaration
 
Public ReadOnly Property Cells As Cells
 
'Usage
 
Dim instance As ColumnFooter
Dim value As Cells
 
value = instance.Cells
See Also