Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

CNiExcelWorksheet::Find question

How do I get the cell info, row and column #s, after calling CNiExcelWorksheet::Find( string ).  Shouldn't this function return the cell range on where the string is found, instead of returnin void?
 
 
 
Thanks,
Frank 
0 Kudos
Message 1 of 2
(6,160 Views)
Hi Frank76,
 
If you look at the help for the Find function, it tells you that the function simply selects the cell that has the data in it, it doesn't actually return the cell row/column.
 
CNiExcelWorksheet::Find()
Description:
Finds and selects the cell that contains the specified string
Jervin Justin
NI TestStand Product Manager
0 Kudos
Message 2 of 2
(6,141 Views)