Skip to main content
Row

SpreadsheetInvalidFormatExceptionEventArgs.SourceUri Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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