Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnFooterSheetCornerHorizontalGridLine Property


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