Metodo UtilOpenWithOptions
|
Apre il file passato e ne restituisce il documento.
Se si tratta di un assieme, lo apre nell'ultima LOD con la quale è stato salvato.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic static Document OpenWithOptions(
string fullFileName,
bool visible
)
Public Shared Function OpenWithOptions (
fullFileName As String,
visible As Boolean
) As Document
public:
static Document^ OpenWithOptions(
String^ fullFileName,
bool visible
)
static member OpenWithOptions :
fullFileName : string *
visible : bool -> Document Parametri
- fullFileName String
- Nome completo del file da aprire.
- visible Boolean
- Se aprire il documento visibile.
Valore di ritorno
Document
Vedi anche