Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+
Row

ReadOnlyDocumentCustomProperties.Count Property

Returns the number of custom document properties associated with a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

int Count { get; }

Property Value

Type Description
Int32

The number of custom properties defined in the document.

See Also