XLSX-Workbook-Class
XLSX-Workbook-Class copied to clipboard
GetSheetHidden and GetRowHidden Methods
Hi Green. I noticed that the library has the method GetColumnHidden. Is it possible to implement the following methods in the future?
- GetSheetHidden
- GetRowHidden
Thank you for all. Best regards.
Riccardo
I will add to my "To Do" list.
From: veladaltura @.> Sent: Thursday, May 27, 2021 5:02 AM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: [ggreen86/XLSX-Workbook-Class] GetSheetHidden and GetRowHidden Methods (#52)
Hi Green. I noticed that the library has the method GetColumnHidden. Is it possible to implement the following methods in the future?
- GetSheetHidden
- GetRowHidden
Thank you for all. Best regards.
Riccardo
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/52, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33J7MFJETNQSK7WN6CTTPYDDDANCNFSM45TZUJBQ.
Many thanks
And let's not forget about SetRowHidden? There's a SetSheetVisibility that I assume corresponds with the GetSheetHidden mentioned above (although the names should be made to be similar).
See Release 33, beta 10. Methods SetRowHidden() and GetRowHidden() have been added. The method SetSheetVisibility() does the hidden setting; I do not want to change its name due to others now possibly using this method and it would break their code.