Gets or sets the parametrized string of text for the specified cell of this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Text2( _
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
instance.Text2(Row, Column, IncludeHidden) = value
value = instance.Text2(Row, Column, IncludeHidden) |
Parameters
- Row
- Index of the row
- Column
- Index of the column
- IncludeHidden
- True to get or set text in the hidden cell, false to not
Property Value
Cell text
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0