Skip to main content

XlDocumentCustomProperties.Count Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

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

See Also