Click or drag to resize

ICustomDocumentProperties Item Property (String)

Returns single entry from the collection. Creates new entry if property with specified name is not found. Read-only.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IDocumentProperty this[
	string strName
] { get; }

Parameters

strName
Type: System String

Property Value

Type: IDocumentProperty
See Also