0
Answer

Adding filters to an Excel document using C1Excel

ashwin Patil

ashwin Patil

11y
2.1k
1

Can someone show me how to add filters and how to freeze rows in excel using C1Excel(ComponentOne) and C#?

 //step 1: create a new workbook
                C1XLBook logBook = new C1XLBook();
                XLSheet logSheet = logBook.Sheets[0];

I have created XLSheet, but no property to add filters.