ColumnFooterVerticalGridLine Property
In This Topic
Gets or sets the vertical grid line in the column footer for the sheet.
Syntax
'Declaration
Public Property ColumnFooterVerticalGridLine As GridLine
'Usage
Dim instance As SheetView
Dim value As GridLine
instance.ColumnFooterVerticalGridLine = value
value = instance.ColumnFooterVerticalGridLine
public GridLine ColumnFooterVerticalGridLine {get; set;}
Exceptions
See Also