Deletes the specified column or columns.
Public Sub DeleteCols(ByVal StartCol As Integer, ByVal Count As Integer)
Grid Object
The following parameters are available:
Parameter | Description |
StartCol | Column number of first column to delete. |
Count | Number of columns to delete. |
None