ShouldSerializeVerticalGridLine Method (RowHeader)
Gets whether the VerticalGridLine object should be serialized.
public bool ShouldSerializeVerticalGridLine()
'Declaration
Public Function ShouldSerializeVerticalGridLine() As Boolean
'Usage
Dim instance As RowHeader
Dim value As Boolean
value = instance.ShouldSerializeVerticalGridLine()
Return Value
True if VerticalGridLine should be serialized, and false otherwise.