Example: columns method

This example gets the second column of the range.

  Range range = sheet.range("A1:E6");
  Range column = range.columns(2);

Related information

columns method