'Usage
Dim instance As DefaultSheetDataModel Dim column As Integer Dim count As Integer instance.RemoveColumns(column, count)
Parameters
- column
- Index of first column to remove
- count
- Number of columns to remove
'Usage
Dim instance As DefaultSheetDataModel Dim column As Integer Dim count As Integer instance.RemoveColumns(column, count)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified column is out of range; must be between 0 and total number of columns |
System.ArgumentOutOfRangeException | Specified number of columns is out of range; must be between 1 and total number of columns beyond the specified starting column |