Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / ShouldSerializeVerticalGridLine Method


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

    Return Value

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