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; }
ReadOnly Default Property Item (
strName As String
) As IDocumentProperty
Get
property IDocumentProperty^ default[String^ strName] {
IDocumentProperty^ get (String^ strName);
}
abstract Item : IDocumentProperty with get
Parameters
-
strName
-
Type:
System
String
Property Value
Type:
IDocumentProperty
See Also