ColumnFooterHorizontalGridLine Property
In This Topic
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
public GridLine ColumnFooterHorizontalGridLine {get; set;}
Exceptions
See Also