The Sheet class provides methods and properties that hide and display scroll bars, the edit line, and the status line. It also lets you select the entire sheet, delete rows and columns, and sort columns of data. The Sheet class contains the Range class, which provides the methods that manipulate the spreadsheet grid. For example, using the Range object, you can set or get the value of a cell, create or delete named ranges, and insert or delete rows and columns.