Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeHorizontalGridLine Method


In This Topic
    ShouldSerializeHorizontalGridLine Method (SheetView)
    In This Topic
    Gets whether the horizontal grid line for the data area should be serialized.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeHorizontalGridLine() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializeHorizontalGridLine()
    public bool ShouldSerializeHorizontalGridLine()

    Return Value

    true if HorizontalGridLine should be serialized; otherwise, false
    See Also