[]
Contains all formula controls for the extender control.
public class FormulaEntryCollection : CollectionBase, IList, ICollection, IEnumerable, IStateManager
Public Class FormulaEntryCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable, IStateManager
| Name | Description |
|---|---|
| FormulaEntryCollection() |
| Name | Description |
|---|---|
| IsTrackingViewState | Gets the tracking state. |
| this[int] | Gets or sets the formula entry at a specific position in the collection. |
| ViewState | Gets the stored view state. |
| Name | Description |
|---|---|
| Add(FormulaEntry) | Adds a new formula entry. |
| LoadViewState(object) | Loads the stored view state. |
| Remove(FormulaEntry) | Removes the formula entry. |
| SaveViewState() | Saves the state. |
| TrackViewState() | Tracks the view state. |