'Usage Dim instance As DefaultSheetDataModel Dim column As Integer instance.AddColumn(column)
Parameters
- column
- Index of column at which to add a new column
'Usage Dim instance As DefaultSheetDataModel Dim column As Integer instance.AddColumn(column)
If you want to add more than one column, use the AddColumns method.
This method does not have an effect if the model is data bound.