Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

DataSheetRowDelete Function

Overview

The DataSheetRowDelete function deletes one or more rows of cells.

Syntax/Parameters

Syntax

int = DataSheetRowDelete ( handle hSheet, int row, [int count] );

Parameters

hSheet

A handle to a Data Sheet Object.

row

An int specifying a zero-based row index.

count

An optional int specifying one or more rows to delete. The default is 1.

Return Value

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

Remarks

The DataSheetRowDelete function deletes both the content and attributes of the specified cells. The delete action affects the position of the rows after the deleted row(s), effectively moving them “up”.

If transaction tracking is on, an edit action must be open to use this function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2024-04-22