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 IOleControl this[
	string rangeName
] { get; }
Public ReadOnly Default Property Item ( 
	rangeName As String
) As IOleControl
	Get
public:
property IOleControl^ default[String^ rangeName] {
	IOleControl^ get (String^ rangeName);
}
member Item : IOleControl with get

Parameters

rangeName
String

Property Value

IOleControl

See Also