GoFiler Script Reference
Legato v 1.1c Application v 4.20ab
|
Table of Contents | < < Previous | Next >> |
Chapter Eighteen — DataView Integration (continued)
DataViewIsRowVisible Function‡
Overview
The DataViewIsRowVisible function tests whether a row is visible in a Data View Object.
Syntax/Parameters
Syntax
boolean = DataViewIsRowVisible ( handle object, int index );
Parameters
object
A handle either to a Data View Object or to a window that employs Data View.
index
An int specifying a zero-based row index.
Return Value
Returns TRUE if the row is visible or FALSE if it is not or on failure. Use the GetLastError function to retrieve error information.
Remarks
Visibility includes the row’s hidden attribute and the height being greater than 0. This function differs from DataViewIsRowHidden function in that zero-height rows are considered hidden. If the row-size dragging feature is enabled, zero-height rows can be dragged to a larger size to make them visible.
Related Functions
Table of Contents | < < Previous | Next >> |
© 2007-2017 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. GoFiler is a trademark of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.