Grid.Lines DataWindow object property
Description
The way grid lines display and print in a DataWindow whose
presentation style is Grid, Crosstab, or TreeView.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Grid.Lines |
Describe and Modify argument:
|
1 |
"DataWindow.Grid.Lines { = <span>value </span>}" |
|
Parameter |
Description |
|---|---|
|
value |
An integer specifying whether grid lines Values are:
|
Usage
In the painter
Select the DataWindow object by deselecting all controls;
then set the value in the Properties view, General tab, Grid group,
Display option (available when the presentation style is Grid, Crosstab,
or TreeView with the Grid Style option selected).
Examples
|
1 |
string setting |
|
1 |
setting = dw1.Object.DataWindow.Grid.Lines |
|
1 |
dw1.Object.DataWindow.Grid.Lines = 2 |
|
1 |
setting = dw1.Describe("DataWindow.Grid.Lines") |
|
1 |
dw1.Modify("DataWindow.Grid.Lines=2") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest