ShowFormulas Property (SpreadsheetVisualEditor)
Gets or sets a value indicating whether editor should show cell formula in cell region.
'Declaration
Public Property ShowFormulas As Boolean
public bool ShowFormulas { get; set; }
public: __property bool get_ShowFormulas();
public: __property void set_ShowFormulas(
bool
);
public:
property bool ShowFormulas {
bool get();
void set(bool );
}
Property Value
True - editor should show text of cell formula in cell region; false - editor should show text of cell value in cell region.
Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5