IGroupBoxes
Item Property (Int32)
|
Gets the IGroupBox at the specified index.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IGroupBox this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IGroupBox
Get
property IGroupBox^ default[int index] {
IGroupBox^ get (int index);
}
abstract Item : IGroupBox with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the IGroupBox to get.
Return Value
Type:
IGroupBox
The IGroupBox at the specified index.
See Also