'宣言 Public Function GetCell( _ ByVal rowIndex As System.Integer, _ ByVal colIndex As System.Integer _ ) As XLCell
public XLCell GetCell( System.int rowIndex, System.int colIndex )
新規シートを配置するには、代わりに C1XLBook.Sheetsを用います。
インデクサは、必要に応じて自動的に新規行、新規列、新規セルを生成します。null は返しません。
XLSheet クラス XLSheet メンバ