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

DocumentProperties Interface

Contains basic document properties associated with a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface DocumentProperties

The following members return DocumentProperties objects:

Remarks

An object exposing the DocumentProperties interface can be accessed using the IWorkbook.DocumentProperties property.

See Also