Skip to main content
A newer version of this page is available. .

SpreadsheetDocumentSource.Format Property

Specifies the format of the document contained in the stream.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v21.1.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