FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / VerticalGridLine Property


VerticalGridLine Property (SheetCorner)
Gets or sets the vertical grid line for the sheet corner.
Syntax
'Declaration
 
Public Property VerticalGridLine As GridLine
 
'Usage
 
Dim instance As SheetCorner
Dim value As GridLine
 
instance.VerticalGridLine = value
 
value = instance.VerticalGridLine
Exceptions
ExceptionDescription
No value is specified (specified value is null)
See Also