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
690
Format (cellmerge) and position of group-by columns in ultraexcelexporter
posted

Hello,

In an Excel Export of a ultrawingrid, I have to group by one special column to get "sub headlines".

The solution I found is: ugMygrid.DisplayLayout.Bands[0].SortedColumns.Add("group colxx", false, true);

The output I get now is (I played a bit with Colors in Export_Started-Event)

means I get empty lines above and below a group and all other columns are shifted one column to the right.

What i'd like to get is (group Headlines to a merged cell and no empty lines):

is that possible??

Parents
  • 690
    Offline posted

    I see that my screenshots are gone.

    Try to show it here:

    What I get

    A                  B                C

    +Name        

                       COL1           COL2

                       COL12         COL22

    <emptyline>

    +Name2

    <emptyline>

                       ...

    <emptyline>

    What I want

    +Name

    Col1               Col2           Col3

    Col11              Col22         Col33

    +Name2

    ...

    and without <emptyline>

Reply Children