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


In This Topic
HorizontalGridLine Property (ColumnHeader)
In This Topic
Gets or sets the horizontal grid line in the column header.
Syntax
'Declaration
 
Public Property HorizontalGridLine As GridLine
 
'Usage
 
Dim instance As ColumnHeader
Dim value As GridLine
 
instance.HorizontalGridLine = value
 
value = instance.HorizontalGridLine
See Also