Sets the specified 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 CellTextIn As System.String
Dim value As SwDmTableError
value = instance.SetCellText(RowIndex, ColumnIndex, CellTextIn) |
Parameters
- RowIndex
- Index of row where cell is located
- ColumnIndex
- Index of column where cell is located
- CellTextIn
- Text for cell
Return Value
Error as defined by
SwDmTableError
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0