| Visual Basic (Declaration) | |
|---|---|
Public Property RowHeaderVerticalGridLine As GridLine | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public GridLine RowHeaderVerticalGridLine {get; set;} | |
Return Value
GridLine object containing the grid lines in the row header| Exception | Description |
|---|---|
| ArgumentNullException | No value is specified (specified value is null) |
This example sets the horizontal and vertical grid lines in the row headers to a different color and type.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.GridLine gl = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, Color.LightBlue, | |
| Visual Basic | Copy Code |
|---|---|
Dim gl As New FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, Color.LightBlue, Color.Blue, Color.DarkBlue) | |
This property is available at run time only.
This property is equivalent to the RowHeader.VerticalGridLine property.
Set the RowHeaderVerticalGridLine property to customize the display of the horizontal grid line in the row headers.
Reference
SheetView ClassSheetView Members
RowHeaderHorizontalGridLine Property
VerticalGridLine Property (RowHeader)