This example gets a sub range from the original range.
Range cell1 = range.cells(1, 1); Range cell2 = range.cells(3, 3); Range subRange = range.range(cell1, cell2);
Related information
Range method