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


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