Gets the text actually displayed in the specified cell in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property DisplayedText( _
ByVal Row As Integer, _
ByVal Column As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Row As Integer
Dim Column As Integer
Dim value As String
value = instance.DisplayedText(Row, Column)
|
C# | |
---|
string DisplayedText(
int Row,
int Column
) {get;} |
C++/CLI | |
---|
property String^ DisplayedText {
String^ get(int Row, int Column);
} |
Parameters
- Row
- Index of the row
- Column
- Index of the column
Return Value
Text actually displayed in the specified cell
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0