ShouldSerializeHorizontalGridLine Method (RowHeader)
Gets whether the HorizontalGridLine object should be serialized.
public bool ShouldSerializeHorizontalGridLine()
'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.