Decodes diagram contents from a string that was created with SaveToString.
SyntaxVB6
Copy Code
|
|---|
Public Sub LoadFromString( _ |
C++
Copy Code
|
|---|
public: |
RemarksLoads a flowchart document from a string. The string should be created using SaveToString method.
See Also