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


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