Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Infragistics.Documents.Excel - Remove default style from table
posted

I have a spreadshhet I just created, I get a WorksheetRegion and use the FormatAsTable method. I now have a table that uses the default Excel style. I want to be able to have no style on this table. This would be the equivalent of using the COM command below

ActiveSheet.ListObjects("Table1").TableStyle = ""

Nothing I've tried removes the style or allows me to add a table with no style. I can change the style fine, removing is the problem.

Any ideas?

Thanks,

Tom