[]
Gets the column on the sheet that corresponds to the specified column index in the model.
public virtual int GetViewColumnFromModelColumn(int modelcolumn)
Public Overridable Function GetViewColumnFromModelColumn(modelcolumn As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | modelcolumn | Column index in model |
| Type | Description |
|---|---|
| int | A column index on the sheet. |