SyncIndexOnAddRows Method
In This Topic
Synchronizes the index on the added rows.
Syntax
'Declaration
Protected Sub SyncIndexOnAddRows( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
instance.SyncIndexOnAddRows(row, count)
protected void SyncIndexOnAddRows(
int ,
int
)
Parameters
- row
- The row.
- count
- The count.
See Also