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


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

    Return Value

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