IImporterOptions.SourceUri Property
Gets or sets the URI of the document being imported.
Namespace: DevExpress.Office.Import
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string representing the document URI. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SourceUri |
---|---|
SpreadsheetBeforeImportEventArgs |
|
BeforeImportEventArgs |
|
Remarks
For an example of use see the DocumentImporterOptions.SourceUri reference.
See Also