Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / HorizontalGridLine Property


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