Example: ColumnWidth property

This example displays the column width of the range.

  int columnWidth = range.getColumnWidth();
  System.out.println(columnWidth);

Related information

ColumnWidth property