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


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