DeleteCols Method

Deletes the specified column or columns.

Syntax

Public Sub DeleteCols(ByVal StartCol As Integer, ByVal Count As Integer)

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
StartCol Column number of first column to delete.
Count Number of columns to delete.

Return Type

None

See Also

InsertCols Method