'宣言 Public Class XLSheet Implements ICloneable
public class XLSheet : ICloneable
C1XLBook book = new C1XLBook(); XLSheet sheet = book.Sheets[0]; Debug.WriteLine("Sheet has {0} rows and {1} columns", sheet.Rows.Count, sheet.Columns.Count);
System.Object C1.Xaml.Excel.XLSheet
XLSheet メンバ C1.Xaml.Excel 名前空間