Spread Windows Forms 12.0 Product Documentation
DisplayFormulas Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DisplayFormulas Property
Gets or sets a value indicating whether this sheet should display formulas.
Syntax
'Declaration
 
Property DisplayFormulas As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DisplayFormulas = value
 
value = instance.DisplayFormulas
bool DisplayFormulas {get; set;}

Property Value

true if this sheet should display formulas; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members