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


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