Spread Windows Forms 12.0 Product Documentation
Working with Sheets
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Understanding the Spreadsheet Objects > Working with Sheets

You can have multiple sheets within a workbook. Each sheet is a separate spreadsheet and can have its own appearance and settings for user interaction. Each sheet has a unique name and sheet name tab for easy navigation between sheets.

These tasks relate to working with and setting the appearance of the sheets inside the Spread component:

When you work with sheets, you can work with the objects using the shortcut objects in code, (SheetView and SheetViewCollection classes) or you can work directly with the model. Most developers who are not creating extensive customizations find it easier to work with the shortcut objects. For more information on models, refer to Understanding the Underlying Models.

Settings applied to a particular row or column or cell can override the settings that are set at sheet level. Refer to Object Parentage.

For more details on the objects involved, refer to the SheetView class and SheetViewCollection class.

See Also