Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

DataViewIsRowHidden Function

Overview

The DataViewIsRowHidden function tests whether a row is hidden in a Data View Object.

Syntax/Parameters

Syntax

boolean = DataViewIsRowHidden ( 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 hidden or FALSE if it is not or on failure. Use the GetLastError function to retrieve error information.

Remarks

This function differs from the DataViewIsRowVisible function in that a zero-height row is not considered hidden. Note that rows that are not hidden may still not be visible if their height is 0.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Page revised 2024-04-22