ICheckBoxes
Item Property (String)
|
Gets the ICheckBox 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
ICheckBox this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As ICheckBox
Get
property ICheckBox^ default[String^ name] {
ICheckBox^ get (String^ name);
}
abstract Item : ICheckBox with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
ICheckBox
See Also