Method: Command_table#resize_to_content

Defined in:
lib/class/Command_table.rb

#resize_to_contentObject



195
196
197
198
199
# File 'lib/class/Command_table.rb', line 195

def resize_to_content
  @cmd_table.resizeColumnsToContents
  @cmd_table.resizeRowsToContents
  @cmd_table.horizontalHeader.stretchLastSection = true
end