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.