LastRowOnPage

Description

The last row currently visible in the DataWindow.

Applies to

DataWindows

Syntax

DataWindow .NET dot notation:

dw_control.LastRowOnPage

Describe argument:

"DataWindow.LastRowOnPage"

Examples

Example 1

[C#]
int first, last;

first = dw_1.FirstRowOnPage;
last = dw_1.LastRowOnPage;

Example 2

[Visual Basic]
setting = dw_1.Describe("DataWindow.LastRowOnPage")