Class WorksheetActiveXControlCollection
Inheritance
System.Object
WorksheetActiveXControlCollection
Assembly: DRIT.Spreadsheet.dll
public class WorksheetActiveXControlCollection : ActiveXControlCollection
Constructors
Declaration
public WorksheetActiveXControlCollection(Worksheet worksheet)
Parameters
Methods
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 Parameters