Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntryCollection Class / IsTrackingViewState Property


In This Topic
    IsTrackingViewState Property (FormulaEntryCollection)
    In This Topic
    Gets the tracking state.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property IsTrackingViewState As Boolean
    'Usage
     
    
    Dim instance As FormulaEntryCollection
    Dim value As Boolean
     
    value = instance.IsTrackingViewState
    protected bool IsTrackingViewState {get;}
    See Also