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
See Also