Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / ShouldSerializeHorizontalGridLine Method


In This Topic
ShouldSerializeHorizontalGridLine Method (RowHeader)
In This Topic
Gets whether the HorizontalGridLine object should be serialized.
Syntax
'Declaration
 
Public Function ShouldSerializeHorizontalGridLine() As Boolean
 
'Usage
 
Dim instance As RowHeader
Dim value As Boolean
 
value = instance.ShouldSerializeHorizontalGridLine()

Return Value

True if HorizontalGridLine should be serialized, and false otherwise.
See Also