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