[]
Gets the data view row from the model row when a new row is added. This method is used only when a new row is added to a sheet.
public int GetDataViewRowFromModelRowWhenAddNew(int modelRow)
Public Function GetDataViewRowFromModelRowWhenAddNew(modelRow As Integer) As Integer
Type | Name | Description |
---|---|---|
int | modelRow | Model row index |
Type | Description |
---|---|
int | Index of model Row. |