Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellObjectBase this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As CellObjectBase
	Get
public:
property CellObjectBase^ default[String^ name] {
	CellObjectBase^ get (String^ name);
}
member Item : CellObjectBase with get

Parameters

name
String

Property Value

CellObjectBase

See Also