'宣言 Public Class XLRowCollection
public class XLRowCollection
C1XLBook book = new C1XLBook(); sheet = book.Sheets[0]; XLCell cell = sheet[3,3]; // 4行4列を作成します
System.Object C1.Excel.XLRowCollection
XLRowCollection メンバ C1.Excel 名前空間