Gets the actual text displayed in the specified cell in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property DisplayedText2( _
ByVal Row As System.Integer, _
ByVal Column As System.Integer, _
ByVal IncludeHidden As System.Boolean _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Row As System.Integer
Dim Column As System.Integer
Dim IncludeHidden As System.Boolean
Dim value As System.String
value = instance.DisplayedText2(Row, Column, IncludeHidden) |
C++/CLI | |
---|
property System.String^ DisplayedText2 {
System.String^ get(System.int Row, System.int Column, System.bool IncludeHidden);
} |
Parameters
- Row
- Index of the row
- Column
- Index of the column
- IncludeHidden
- True to get the text displayed in the hidden cell, false to not
Property Value
Actual text displayed in the specified cell
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0