Spread Windows Forms 15.0
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()
    public bool ShouldSerializeHorizontalGridLine()

    Return Value

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