skip to main
|
skip to sidebar
Sunday, 11 July 2010
Learning to program excel with c#
After some time I figured out how to set ranges with row and column numbers.
range = xlWorkSheet.get_Range(xlWorkSheet.Cells[r1, c1], xlWorkSheet.Cells[r2, c2]);
where r1, r2, c1, c2 are all integers
and xlWorkSheet is the worksheet under work
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Mäd Meier's Sketches
Followers
Blog Archive
►
2012
(1)
►
December
(1)
►
2011
(4)
►
March
(3)
►
February
(1)
▼
2010
(22)
►
December
(1)
►
November
(2)
►
October
(4)
▼
July
(3)
Copy table from word to excel ...
Learning to program excel with c#
Developing Sparx EA AddIn with Visual Studio 2010
►
May
(3)
►
April
(9)
About Me
Unknown
View my complete profile
No comments:
Post a Comment