Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IUniversalCellType Interface / SupportDisplayFormulas Property


In This Topic
SupportDisplayFormulas Property
In This Topic
Gets a boolean value indicating whether the renderer support displaying formulas.
Syntax
'Declaration
 
ReadOnly Property SupportDisplayFormulas As Boolean
 
'Usage
 
Dim instance As IUniversalCellType
Dim value As Boolean
 
value = instance.SupportDisplayFormulas
See Also