Skip to main content

SpreadsheetDocumentSource.Format Property

Specifies the format of the document contained in the stream.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public DocumentFormat Format { get; set; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration member specifying the format of the source document.

See Also