SyncDataInRange Method
SyncDataInRange(int, int, int, int)
Synchronizes table data in a specific range.
Declaration
void SyncDataInRange(int row, int column, int rowCount, int columnCount)
Sub SyncDataInRange(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index.
|
int |
column |
Column index.
|
int |
rowCount |
Row count.
|
int |
columnCount |
Column count.
|