How to change the visibility of Formula Bar headers in WinForms (SfSpreadsheet)?
Visibility of Formula Bar and header at runtime
The WinForms Spreadsheet control allows you to change the visibility of the Formula Bar and Headers at runtime by using the following property and method.
Formula Bar visibility:
You can change this by setting FormulaBarVisibility property of SfSpreadsheet.
Spreadsheet.FormulaBarVisibility = Visibility.Collapsed;
Headers visibility
You can change this by calling the SetRowColumnHeadersVisibility method of Spreadsheet.
Spreadsheet.SetRowColumnHeadersVisibility(false);
The following screenshot illustrates the Spreadsheet after collapse visibility of Formula Bar and Headers.
Samples:
Conclusion
I hope you enjoyed learning about how to change visibility of Formula Bar headers in WinForms SfSpreadsheet.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!