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