Deletes a column from the Columns collection of the DataGrid object.
DataGridObject.DeleteColumn(ColIndex)
Newlook Smartclient
Newlook Server
The DeleteColumn method removes the column specified in the ColIndex argument, then decrements the Columns.Count property by 1.
ColIndex - (Integer, Required)
The index of the column that is to be deleted.
Returns a Boolean indicating the success or failure of the action.
The following example deletes the column that the cursor is positioned in: JSCRIPT:function DeleteCurrentColumn() {
} |
DeleteRow Method | DeleteRecord Method | AddRecord Method | InsertRow Method | InsertColumnArray Method | InsertColumn Method
© 2004-2021 looksoftware. All rights reserved.