Gets the text in the specified cell.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMTable
Dim RowIndex As System.Integer
Dim ColumnIndex As System.Integer
Dim CellTextOut As System.String
Dim value As SwDmTableError
value = instance.GetCellText(RowIndex, ColumnIndex, CellTextOut) |
Parameters
- RowIndex
- Index of row where cell is located
- ColumnIndex
- Index of column where cell is located
- CellTextOut
- String containing the text in cell
Return Value
Error as defined by
SwDmTableError
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0