Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

DataSheetColumnDelete Function

Overview

The DataSheetColumnDelete function deletes one or more columns from a specified position within a Data Sheet Object.

Syntax/Parameters

Syntax

int = DataSheetColumnDelete ( handle hSheet, int position, [int count] );

Parameters

hSheet

A handle to a Data Sheet Object.

position

A zero-based int specifying the starting column to delete.

count

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

Return Value

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

Remarks

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