'宣言 Public Overloads Function Add( _ ByVal rowIndex As System.Integer, _ ByVal colIndex As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal colCount As System.Integer _ ) As XLCellRange
public XLCellRange Add( System.int rowIndex, System.int colIndex, System.int rowCount, System.int colCount )
パラメータ
- rowIndex
- セル範囲の上部の行のインデックス。
- colIndex
- セル範囲の左端の列のインデックス。
- rowCount
- セル範囲の行数。
- colCount
- セル範囲の列数。
戻り値の型
コレクションへの追加が成功した場合、オブジェクトへの参照。コレクションへの追加ができなかった場合(コレクション内の既存のセル範囲と重なっている場合など)、Null を返します。