DisplayHeadings & DisplayFormulaBar

How can I do this? Thanks.
The VB6 code:
ActiveWindow.DisplayHeadings = False
Application.DisplayFormulaBar = False


1 Reply

GM Geetha M Syncfusion Team September 23, 2008 12:21 PM UTC

Hi Jacky,

Thank you for your interest in Syncfusion products.

1. It is possible to hide the row and column headers as below:

worksheet.IsRowColumnHeadersVisible = false;

2. Currently it is not possible to hide the FormulaBar using XlsIO. I will raise a feature request on this regard and will get back to you once it is implemented.

Please let me know if you have any questions.

Regards,
Geetha


Loader.
Up arrow icon