Show / Hide Table of Contents

Class WorksheetActiveXControlCollection

Inheritance
System.Object
ActiveXControlCollection
WorksheetActiveXControlCollection
Inherited Members
ActiveXControlCollection.Count
ActiveXControlCollection.Item[String]
ActiveXControlCollection.Get<TC>(String)
ActiveXControlCollection.GetEnumerator()
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WorksheetActiveXControlCollection : ActiveXControlCollection

Constructors

WorksheetActiveXControlCollection(Worksheet)

Declaration
public WorksheetActiveXControlCollection(Worksheet worksheet)
Parameters
Type Name Description
Worksheet worksheet

Methods

Add<TC>(String, String, String)

Declaration
public TC Add<TC>(string name, string anchorCellAddress, string imagePath)
    where TC : ActiveXControl
Parameters
Type Name Description
System.String name
System.String anchorCellAddress
System.String imagePath
Returns
Type Description
TC
Type Parameters
Name Description
TC
Back to top Generated by DocFX