EnsureVisible Method (DATATABLE)
10.6
The EnsureVisible method moves a specified row and/or column of a DATATABLE current style presentation to be visible on a bound HTMLCONTROL. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A DATATABLE object.
return
Optional. A Numeric Variable that always returns a zero.
row
Required. A decimal number or Numeric Variable that indicates the zero-based row that is made visible.
column
Optional. A decimal number or Numeric Variable that indicates the zero-based column that is made visible.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS and OVER flags are always cleared.
The ZERO flag is always set TRUE.
See Also: Method Syntax, DATATABLE Methods
![]() |