Click or drag to resize

XlsWorkbook CustomDocumentProperties Property

Returns collection that represents all the custom document properties for the specified workbook. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ICustomDocumentProperties CustomDocumentProperties { get; }

Property Value

Type: ICustomDocumentProperties

Implements

IWorkbook CustomDocumentProperties
See Also