Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / DisplayFormulas Property


In This Topic
DisplayFormulas Property (WorksheetView)
In This Topic
Gets or sets a value indicating whether this sheet should display formulas.
Syntax
'Declaration
 
Public Property DisplayFormulas As Boolean
 
'Usage
 
Dim instance As WorksheetView
Dim value As Boolean
 
instance.DisplayFormulas = value
 
value = instance.DisplayFormulas

Property Value

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