'Usage Dim instance As DefaultSheetDataModel Dim column As Integer Dim count As Integer instance.AddColumns(column, count)
Parameters
- column
- Index of column at which to add a new column
- count
- Number of columns to add
'Usage Dim instance As DefaultSheetDataModel Dim column As Integer Dim count As Integer instance.AddColumns(column, count)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified column index is out of range; must be between zero and the number of columns |
System.ArgumentOutOfRangeException | Specified number of columns is out of range; must be greater than zero |
If you want to add a single column, use the AddColumn method.