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
365
how to delete or hide row in Excel Export while exporting using infragistics wingrid in c#
posted
hi, I am using infragistics wingrid to export excel in c#,I want to delete a row in HeaderCellExported function while exporting Excel. Please help me in the same. Thanks Seema Sharma
Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm not sure I understand what you want. When you "delete a row", do you mean you want to delete a row from the grid? Or do you just want to skip exporting that row?

    Either way, why would you use HeaderCellExported event? This event fires for the column headers and has no associated row, so what row would you be deleting? Or do you mean you want to skip exporting the headers?

Children