BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Ov,
We are not clear with your requirement. As far we have understood, you can set a named range for the cells you wanted to access. The following code example illustrates this behavior.
Code Snippet:
//Adding named range to the workbook
IName workBookName = workbook.Names.Add("WorkBookName");
workBookName.RefersToRange = worksheet.Range["A1"];
//Looping through the Named Ranges in a workbook.
|
We have shared a sample for your reference which can be downloaded from following link
Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/NamedRange-1585087498
To know more about named range in XlsIO, kindly go through the following UG documentation link
UG Documentation link: http://help.syncfusion.com/file-formats/xlsio/working-with-formulas#defined-names
The provided sample may help you if your requirement is similar. If not, please share us the requirement in detail to provide the solution at the earliest.
Regards,
Dilli babu.
Hi Ov,
The possible ways to access a cell or a range in a worksheet is explained briefly in the following UG documentation link. Kindly refer to this and let us know if this helps.
UG Documentation link: http://help.syncfusion.com/file-formats/xlsio/worksheet-cells-manipulation#accessing-a-cell-or-a-range
If still you are not able to achieve your requirement, please share us a model or a screen-shot explaining your behavior, which will help us to provide a prompt solution.
Regards,
Dilli babu