Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

DataViewDeleteRow Function

Overview

The DataViewDeleteRow function deletes one or more rows at the specified position in a Data View Object.

Syntax/Parameters

Syntax

int = DataViewDeleteRow ( handle object, int index, [int count] );

Parameters

object

A handle to either a Data View Object or to a window that employs Data View.

index

An int specifying the zero-based row index of the first row to delete.

count

An optional int specifying the number of rows to delete. The default value is 1.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

The rows are removed, including their content.

Related Functions

Platform Support

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