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