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