Show / Hide Table of Contents

Class ActiveXControlCollection

Collections of ActiveX controls.

Inheritance
System.Object
ActiveXControlCollection
WorksheetActiveXControlCollection
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ActiveXControlCollection : IEnumerable<ActiveXControl>

Properties

Count

Gets the count of ActiveX controls.

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[String]

Declaration
public ActiveXControl this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
ActiveXControl

Methods

Get<TC>(String)

Gets an ActiveX control by its name.

Declaration
public TC Get<TC>(string name)
    where TC : ActiveXControl
Parameters
Type Name Description
System.String name
Returns
Type Description
TC

Null is the check box is not found.

Type Parameters
Name Description
TC

GetEnumerator()

Declaration
public IEnumerator<ActiveXControl> GetEnumerator()
Returns
Type Description
IEnumerator<ActiveXControl>
Back to top Generated by DocFX