[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FormulaEntryCollection

FormulaEntryCollection Class

Contains all formula controls for the extender control.

Inheritance
FormulaEntryCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class FormulaEntryCollection : CollectionBase, IList, ICollection, IEnumerable, IStateManager
Public Class FormulaEntryCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, IStateManager

Constructors

Name Description
FormulaEntryCollection()

Properties

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.

Methods

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.