Skip to main content
Row

DocumentCustomProperties.Count Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of custom properties defined in a workbook.

See Also