GroupBoxCollection
Item Property (String)
|
Gets the IGroupBox associated with the specified name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IGroupBox this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IGroupBox
Get
public:
virtual property IGroupBox^ default[String^ name] {
IGroupBox^ get (String^ name) sealed;
}
abstract Item : IGroupBox with get
override Item : IGroupBox with get
Parameters
-
name
-
Type:
System
String
The name of the IGroupBox to retrieve.
Return Value
Type:
IGroupBox
The IGroupBox with the specified name.
Implements
IGroupBoxes
Item
String
See Also