EasyXLS
http://forum.easyxls.com/

Excel Ranges
http://forum.easyxls.com/viewtopic.php?f=5&t=141
Page 1 of 1

Author:  levi [ Thu Jan 17, 2008 3:37 pm ]
Post subject:  Excel Ranges

Is there a way to specify a range and iterate through each cell of the range?

For instance, something like this:

Code:
ExcelRange xlsRange = new ExcelRange("A4:D4,A7:C8");

foreach(ExcelCell cell in xlsRange)
{
    // Do something with the cell
}

Page 1 of 1 All times are UTC - 4 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/