IRadioButtons
Item Property (Int32)
|
Returns single item from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IRadioButton this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IRadioButton
Get
property IRadioButton^ default[int index] {
IRadioButton^ get (int index);
}
abstract Item : IRadioButton with get
Parameters
-
index
-
Type:
System
Int32
Item's index to get.
Return Value
Type:
IRadioButton
Single item from the collection.
See Also