GetSimplifiedText Method (ITable)
Gets the raw text in the specified cell.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSimplifiedText( _
long Row As System.Integer, _
long Column As System.Integer _
) As System.String |
C# | |
---|
System.string GetSimplifiedText(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetSimplifiedText(
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
- Unformatted text string
See Also
Availability
DraftSight 2018 SP0