SetText Method (ITable) Send Feedback
See Also 
Row
Row in which the cell exists
Column
Column in which the cell exists
CellText
Text for the cell
Sets the text of the specified cell.

Syntax

Visual Basic 
Sub SetText( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer, _
   ByVal CellText As System.String _
) 
C# 
void SetText( 
   System.int Row,
   System.int Column,
   System.string CellText
)
JavaScript 
SetText( 
   Row : Number,
   Column : Number,
   CellText : String
)
COM native C++ 
HRESULT SetText( 
   LONG Row,
   LONG Column,
   BSTR CellText
) 
C++ 
DSRESULT SetText( 
   long Row,
   long Column,
   const dsString& CellText
) 

Parameters

Row
Row in which the cell exists
Column
Column in which the cell exists
CellText
Text for the cell
 

See Also

Availability

DraftSight V1R4.0