Skip to main content

XlDocumentCustomProperties.Names Property

Provides access to the collection of custom property names.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IEnumerable<string> Names { get; }

Property Value

Type Description
IEnumerable<String>

A collection of custom property names which implements the IEnumerable<String> interface.

Remarks

Use the Names property to iterate through all custom document properties specified in a workbook.

See Also