Jimish George

Jimish George

  • NA
  • 159
  • 0

Flex Grid Export to Excel

Feb 19 2009 6:39 AM

Hai,

How can i export flex grid to Excel? I need exact column merging and row merging.

Excel.Range xlsSheet;

xlsSheet.get_Range("A5", "B5").Merge(Type.Missing);

This code is working for column merge but not possible to row merge, but no error!.

any idea?

Thanks in advance.


Answers (1)