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