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


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

    Return Value

    true if the vertical grid line for the corner should be serialized; otherwise, false
    See Also