Gets all of the cell text and the number of rows and columns in this table.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMTable3
Dim Error As SwDmTableError
Dim RowCount As Integer
Dim ColCount As Integer
Dim value As Object
value = instance.GetTableCellText(Error, RowCount, ColCount)
|
Parameters
- Error
- Error as defined by SwDmTableError
- RowCount
- Number of rows in the table
- ColCount
- Number of columns in the table
Return Value
A 1-dimensional array of strings containing all of the cell text in the table
Example
Remarks
See Also
Availability
SolidWorks 2009 SP4, Revision Number 17.4