SetSubSelection Method |
Sets the row and column indices of the cells in a subselection set.
Signature
object.SetSubSelection(rowMin, rowMax, colMin, colMax)
Object
Table
The object or objects this method applies to.
rowMin
Long; zero-based lower bound of row index
rowMax
Long; zero-based upper bound of row index
colMin
Long; zero-based lower bound of column index
colMax
Long; zero-based upper bound of column index
Remarks
This method sets the row and column indices of the cells in the subselection set. The total number of selected cells is equal to (rowMax - rowMin + 1) * (colMax - colMin + 1).
Comments? |