Gets the specified range of table cells for this selection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetCellRange( _
ByRef FirstRow As System.Integer, _
ByRef LastRow As System.Integer, _
ByRef FirstColumn As System.Integer, _
ByRef LastColumn As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISelectData
Dim FirstRow As System.Integer
Dim LastRow As System.Integer
Dim FirstColumn As System.Integer
Dim LastColumn As System.Integer
instance.GetCellRange(FirstRow, LastRow, FirstColumn, LastColumn) |
Parameters
- FirstRow
- 0-based row number at the beginning of the selection range
- LastRow
0-based row number at the end of the selection range
- FirstColumn
0-based column number at the beginning of the selection range
- LastColumn
0-based column number at the end of the selection range
Return Value
Remarks
See Also
Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0