[]
        
Creates a data model for the layout template.
protected virtual ISheetDataModel CreateDataModel(int rowCount, int colCount)
Protected Overridable Function CreateDataModel(rowCount As Integer, colCount As Integer) As ISheetDataModel
| Type | Name | Description | 
|---|---|---|
| int | rowCount | Integer number of rows  | 
    
| int | colCount | Integer number of columns  | 
    
| Type | Description | 
|---|---|
| ISheetDataModel | ISheetDataModel  |