Back to Devexpress

SpreadsheetInvalidFormatExceptionEventArgs.SourceUri Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetinvalidformatexceptioneventargs-1b6501ec.md

latest1.4 KB
Original Source

SpreadsheetInvalidFormatExceptionEventArgs.SourceUri Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string SourceUri { get; }
vb
Public ReadOnly Property SourceUri As String

Property Value

TypeDescription
String

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

|

See Also

SpreadsheetInvalidFormatExceptionEventArgs Class

SpreadsheetInvalidFormatExceptionEventArgs Members

DevExpress.Spreadsheet Namespace