IImporterOptions.SourceUri Property
Gets or sets the URI of the document being imported.
Namespace: DevExpress.Office.Import
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
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