IGroupBoxes
Item Property (String)
|
Gets the IGroupBox associated with the specified name.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IGroupBox this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IGroupBox
Get
property IGroupBox^ default[String^ name] {
IGroupBox^ get (String^ name);
}
abstract 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.
See Also