Description
Returns a GridCellGroup containing all of the GridCell objects encompassed by the passed in ranges.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
startRow
|
|
Description:
|
The row index used to specify the starting row for inclusion in the returned GridCellGroup.
|
Valid Range:
|
startRow ≥ 0
|
endRow
|
|
Description:
|
The row index used to specify the ending row for inclusion in the returned GridCellGroup.
|
Valid Range:
|
endRow ≥ 0
|
startColumn
|
|
Description:
|
The column index used to specify the starting column for inclusion in the returned GridCellGroup.
|
Valid Range:
|
startColumn ≥ 0
|
endColumn
|
|
Description:
|
The column index used to specify the ending column for inclusion in the returned GridCellGroup.
|
Valid Range:
|
endColumn ≥ 0
|
Return Value
The GridCellGroup as specified by the ranges.
Syntax
myGridWindow1.GetCellGroup(myVariable1, myVariable2, myVariable3, myVariable4);
|
See also
GridWindow Object
GridWindow Guide
|