Class WorksheetFormControlCollection
Inherited Members
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 |