'宣言 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 メンバ