SpreadsheetInvalidFormatExceptionEventArgs.SourceUri Property
Gets the source location for the document which triggers the InvalidFormatException event.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value specifying the source location (URI) for the document that caused the error. |
See Also