RadioButtonCollection
Item Property (String)
|
Gets single item from the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IRadioButton this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IRadioButton
Get
public:
virtual property IRadioButton^ default[String^ name] {
IRadioButton^ get (String^ name) sealed;
}
abstract Item : IRadioButton with get
override Item : IRadioButton with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
IRadioButton
Implements
IRadioButtons
Item
String
See Also