Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / DisplayFormulas Property


In This Topic
DisplayFormulas Property (IWorksheetView)
In This Topic
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

Property Value

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