DocumentProperties Interface
Contains basic document properties associated with a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return DocumentProperties objects:
Remarks
An object exposing the DocumentProperties interface can be accessed using the IWorkbook.DocumentProperties property.
See Also