Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String

Property Value

IDocumentProperty

See Also