find cell by row and column index

hi 

wondering how to find the cell with the row and column index 

thx

Kevin

1 Reply

DB Dilli Babu Nandha Gopal Syncfusion Team April 28, 2016 06:15 AM UTC

Hi Kevin, 

You can access a cell by specifying its row and column index in XlsIO. The following code example illustrates how to access a cell with its row and column index. 

Code example: 
worksheet.Range[rowindex,columnindex

Here row and column indexes in the range are “one based”. To know more information about accessing cell, kindly refer the following UG documentation and class reference links. 


Please let us know if you have any concerns. 

Regards, 
Dilli babu. 


Loader.
Up arrow icon