The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
DBDilli 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.