DeleteColumn Method

Deletes a column from the Columns collection of the DataGrid object.

DataGridObject.DeleteColumn(ColIndex)

Client support

   Newlook Smartclient

   Newlook Server

Use

The DeleteColumn method removes the column specified in the ColIndex argument, then decrements the Columns.Count property by 1.

Arguments

ColIndex - (Integer, Required)

The index of the column that is to be deleted.

Returns

Returns a Boolean indicating the success or failure of the action.

Applies To

DataGrid control

See Also

DeleteRow Method | DeleteRecord Method | AddRecord Method | InsertRow Method | InsertColumnArray Method | InsertColumn Method


© 2004-2021 looksoftware. All rights reserved.