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
90
getText from a cell in a multiple band
posted

Hi,

I'm able to getText of a cell in the band[0] but I'm not able to find a way to getText of a cell in the band[1] of my ultraWebGrid.

 

When I'm trying to get the cell of the band zero I type:

 

cell = UGrid_Dispatch.Rows[i].Cells[j];

String text = cell.GetText();

 

but I don't see how to do the same with the band[1]...

 

Can someone give my a snippet of code for doing that?

 

Thank for your help.

 

Fiodor.

Parents Reply Children
No Data