Search
Table.UserString Property
See Also
 



Gets or sets a custom string value associated with this table.

 Syntax

VB6  Copy Code

Public Property Get UserString() As String
Public Property Let UserString( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_UserString ()
void put_UserString (
    BSTR value
)

 Property Value

A string value. The default is an empty string.

 Remarks

User-defined string that is not used by FlowChartX in any way. Possible usage includes storing a string identifier or a hidden text associated with the table.

 See Also