Spread Silverlight Documentation
ShowFormulas Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : ShowFormulas Property
Gets or sets a value indicating whether this sheet should display formulas.
Syntax
'Declaration
 
Property ShowFormulas As System.Boolean
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Boolean
 
instance.ShowFormulas = value
 
value = instance.ShowFormulas
System.bool ShowFormulas {get; set;}
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members