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

XlDocumentCustomProperties.Names Property

Provides access to the collection of custom property names.

Namespace: DevExpress.Export.Xl

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

Declaration

public IEnumerable<string> Names { get; }

Property Value

Type Description
IEnumerable<String>

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

Remarks

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

See Also