Open |
Scroll |
Opens an Thereforeā¢ document (Thereforeā¢ compound document file).
Namespace: Therefore.API
Visual Basic Public Overridable Function Open ( _ strFileName As String, _ nReadOnly As Integer _ ) C# public virtual void Open ( string strFileName, int nReadOnly )
Parameters strFileName Name of the .thex file to open (incl. Path and extension).
nReadOnly If bReadOnly <> 0, the file is opened in read only mode.
Return Value None. |
|