Selects a set of cells in a table.
Supported platforms: Windows only
VBA:
object.SelectSubRegion wpt1, wpt2, wvwVec, wvwxVec, seltype, bIncludeCurrentSelection, rowMin, rowMax, colMin, colMax
Type: Table
The object this method applies to.
Access: Input-only
Type: Variant
3D point in WCS specifying the first corner point of the window box selection.
Access: Input-only
Type: Variant
3D point in WCS specifying the second corner point of the window box selection.
Access: Input-only
Type: Variant
3D vector in WCS specifying the view direction of the selection.
Access: Input-only
Type: Variant
3D vector in WCS specifying the view orientation of the hit test.
Access: Input-only
Type: AcSelectType enum
The selection type.
Access: Input-only
Type: Boolean
Access: Output-only
Type: Long
The zero-based lower bound of row index.
Access: Output-only
Type: Long
The zero-based upper bound of row index.
Access: Output-only
Type: Long
The zero-based lower bound of column index.
Access: Output-only
Type: Long
The zero-based upper bound of column index.
No return value.
The row and column index of the upper and lower bounds of the selected region are returned in rowMin, rowMax, colMin, and colMax.
VBA:
Not available
Visual LISP:
Not available