'Usage
Dim instance As DefaultSheetDataModel Dim column As Integer instance.RemoveColumn(column)
Parameters
- column
- Index of column to remove
'Usage
Dim instance As DefaultSheetDataModel Dim column As Integer instance.RemoveColumn(column)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified column is out of range; must be between 0 and total number of columns |