Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnFooterSheetCornerVerticalGridLine Property


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