C1.Xaml.Excel アセンブリ > C1.Xaml.Excel 名前空間 > XLCellRangeCollection クラス > Add メソッド : Add(Int32,Int32,Int32,Int32) メソッド |
'宣言 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 )