Excel AutoFilter using ASp.net

Joined
Jul 13, 2005
Messages
1
Reaction score
0
I want to perform the Autofilter programmatically using .Net but it is not happening. Code, which I have written, is as under:

ExlSheet.Range("A1:R1").AutoFilter(Field:=1, Criteria1:="=" & strSRNo, Visibledropdown:=False)

Please do the needful

Regards,
Shalini
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top