Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
c#
c#
for(int iCol = 0; iCol <= 2; iCol++)
     sheet1.Cells[iRow, iCol].Value = iRow + iCol;
Scrollbar