Spread for ASP.NET 11 Product Documentation
IgnoreFormula Property (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : IgnoreFormula Property
Gets or sets a value that indicates whether to ignore the formula.
Syntax
'Declaration
 
Public Property IgnoreFormula As Boolean
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As Boolean
 
instance.IgnoreFormula = value
 
value = instance.IgnoreFormula
public bool IgnoreFormula {get; set;}
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members