Click or drag to resize

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; }

Parameters

index
Type: System Int32
Item's index to get.

Return Value

Type: IRadioButton
Single item from the collection.
See Also