Show / Hide Table of Contents

Class WorksheetFormControlCollection

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

Methods

Add<TC>(String, String)

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