Click or drag to resize

XlsWorkbook BuiltInDocumentProperties Property

Returns collection that represents all the built-in 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 IBuiltInDocumentProperties BuiltInDocumentProperties { get; }

Property Value

Type: IBuiltInDocumentProperties

Implements

IWorkbook BuiltInDocumentProperties
See Also