'Declaration Public Sub InsertColumns( _
ByVal columnIndexThe index of the first column, where columns must be inserted.As System.Int32, _
ByVal countThe count of columns to insert.As System.Int32 _
)
public void InsertColumns(
System.Int32 columnIndex,
System.Int32 count
)
public: void InsertColumns(
System.Int32 columnIndex,
System.Int32 count
)
public:
void InsertColumns(
System.Int32 columnIndex,
System.Int32 count
)
Parameters
- columnIndex
- The index of the first column, where columns must be inserted.
- count
- The count of columns to insert.