[]
Creates the selection model.
protected virtual ISheetSelectionModel CreateSelectionModel(int rowCount, int colCount)
Protected Overridable Function CreateSelectionModel(rowCount As Integer, colCount As Integer) As ISheetSelectionModel
| Type | Name | Description |
|---|---|---|
| int | rowCount | Integer number of rows |
| int | colCount | Integer number of columns |
| Type | Description |
|---|---|
| ISheetSelectionModel | ISheetSelectionModel |