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


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

    Return Value

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