RowHeaderHorizontalGridLine Property
In This Topic
Gets or sets the horizontal grid line in the row header on this sheet.
Syntax
'Declaration
Public Property RowHeaderHorizontalGridLine As GridLine
'Usage
Dim instance As SheetView
Dim value As GridLine
instance.RowHeaderHorizontalGridLine = value
value = instance.RowHeaderHorizontalGridLine
public GridLine RowHeaderHorizontalGridLine {get; set;}
Exceptions
See Also