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

XlDocumentCustomProperties.Count Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

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