MLGrid_DeleteCols

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands >

MLGrid_DeleteCols

 

Description

 

Delete columns in a MLGrid

 

Syntax

 

n = MLGrid_DeleteCols(hGrid, StartColumn, EndColumn)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hGrid

Number

No

handle to grid control, the one returned by CONTROL ADD MLGRID ...

StartColumn

Number

No

Starting column number

EndColumn

Number

No

Ending column number

 

Remarks

 

This function does not alter dimensioning of internal data arrays.

 

Restrictions

 

See also

 

Examples