GoFiler Complete

GoFiler Script Reference

 

Legato v 1.1c

Application v 4.20ab

  

 

Chapter EighteenDataView 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