Gets the formatted text in the specified cell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetText( _
long Row As System.Integer, _
long Column As System.Integer _
) As System.String |
C# | |
---|
System.string GetText(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetText(
Row : Number,
Column : Number
) : String |
Parameters
- Row
- Row in which the cell exists
- Column
- Column in which the cell exists
- CellText[out] or Return Value
- Text in the cell
Remarks
See Also
Availability
DraftSight V1R4.0