'Declaration 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 )
Parameters
- rowIndex
- Index of the top row in the cell range.
- colIndex
- Index of the left column in the cell range.
- rowCount
- Number of rows in the cell range.
- colCount
- Number of columns in the cell range.
Return Value
A reference to the object if it was successfully added to the collection, or null if the object could not be added to the collection (usually because it overlaps another cell range already in the collection).