SetViewRowIndex Method
SetViewRowIndex(int, int)
Sets the row index in the sheet for the specified row index in the data model.
Declaration
public void SetViewRowIndex(int modelRowIndex, int value)
Public Sub SetViewRowIndex(modelRowIndex As Integer, value As Integer)
Parameters
Type |
Name |
Description |
int |
modelRowIndex |
Row index in the data model
|
int |
value |
Row index in the sheet
|