LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the number of cells in merged-cells.

Hi all,
 
I'm trying to read a table where some of the cells are merged. (when reading merged cells the first cell indicate the value, then all the next have empty string value) . My problem is that I can't figure out how many more cells are there, in this merged cell.
 
the format of the merged cells is with Width=1 (one column) , with unknown height (could be any number from 1 to 20).
 
any ideas will be appreciable..
 
Ido.
0 Kudos
Message 1 of 3
(3,243 Views)
I'm using the Excel package, of course...
0 Kudos
Message 2 of 3
(3,232 Views)
Ido,

The excel instrument driver is simply an ActiveX client to Excel and makes calls directly to the Excel ActiveX Server. Because of this, none of the functions in the CVI instrument driver are CVI functions, but actually ActiveX calls to methods in the Excel Server. More information about Excel and other Microsoft Office Servers can be found at www.msdn.com

Brandon Vasquez | Software Engineer | Integration Services | National Instruments
0 Kudos
Message 3 of 3
(3,212 Views)