Class FormControlCollection
Represents a collection of form controls on a sheet.
Inheritance
System.Object
FormControlCollection
Assembly: DRIT.Spreadsheet.dll
public class FormControlCollection : IReadOnlyList<FormControl>
Properties
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public FormControl this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
public TC Get<TC>(string name)
where TC : FormControl
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type Parameters
Declaration
public IEnumerator<FormControl> GetEnumerator()
Returns