Articles in this section
Category / Section

How to change the visibility of Formula Bar and Headers at runtime in WinRT Spreadsheet?

1 min read

Sfspreadsheet allows you to change the visibility of Formula bar and Headers at run time.

 

Formula Bar visibility 

You can change this by setting FormulaBarVisibility property of SfSpreadsheet.

 

C#

Spreadsheet.FormulaBarVisibility = Visibility.Collapsed;

 

Headers visibility

You can change this by calling the SetRowColumnHeadersVisibility method of SfSpreadsheet.

 

C#

Spreadsheet.SetRowColumnHeadersVisibility(false);

 

The following screenshot illustrates the SfSpreadsheet after collapse visibility of Formula Bar and Headers.

 

Sample links:

 

WPF

 

WinRT

 

WinForms

 

UWP

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied