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


In This Topic
ColumnHeader Property (CellClickEventArgs)
In This Topic
Gets whether the cell that is clicked is in the column headers.
Syntax
'Declaration
 
Public ReadOnly Property ColumnHeader As Boolean
 
'Usage
 
Dim instance As CellClickEventArgs
Dim value As Boolean
 
value = instance.ColumnHeader
See Also