| Visual Basic (Declaration) | |
|---|---|
Public Property VerticalGridLine As GridLine | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public GridLine VerticalGridLine {get; set;} | |
Return Value
GridLine object containing the grid lines in the data area| Exception | Description |
|---|---|
| ArgumentNullException | No value is specified (specified value is null) |
This example changes the look of the grid lines.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.GridLine gl = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, Color.Red); | |
| Visual Basic | Copy Code |
|---|---|
Dim gl As New FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Raised, Color.Red) | |
Reference
SheetView ClassSheetView Members