InsertCols Method

Inserts a column or columns before the specified column.

Syntax

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

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
StartCol Column number of column before which to insert new column or columns.
Count Number of columns to insert.

Return Type

None

See Also

DeleteCols Method