Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetInvalidFormatExceptionEventArgs.SourceUri Property

Gets the source location for the document which triggers the InvalidFormatException event.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string SourceUri { get; }

Property Value

Type Description
String

A String value specifying the source location (URI) for the document that caused the error.

See Also