Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetCornerVerticalGridLine Property


In This Topic
    SheetCornerVerticalGridLine Property
    In This Topic
    Gets or sets the vertical grid line for the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property SheetCornerVerticalGridLine As GridLine
    'Usage
     
    
    Dim instance As SheetView
    Dim value As GridLine
     
    instance.SheetCornerVerticalGridLine = value
     
    value = instance.SheetCornerVerticalGridLine
    public GridLine SheetCornerVerticalGridLine {get; set;}
    Exceptions
    ExceptionDescription
    No value is specified (specified value is null)
    See Also