Metodo UtilOpenWithOptions |
Namespace: DedNetInv
public static Document OpenWithOptions( string fullFileName, bool visible, string config = null )
Public Shared Function OpenWithOptions ( fullFileName As String, visible As Boolean, Optional config As String = Nothing ) As Document
public: static Document^ OpenWithOptions( String^ fullFileName, bool visible, String^ config = nullptr )
static member OpenWithOptions : fullFileName : string * visible : bool * ?config : string (* Defaults: let _config = defaultArg config null *) -> Document