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


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