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


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