Excel |
The ExcelWorksheet type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cells | Gets CellRange with all the cells in the worksheet. |
![]() | Columns | Gets collection of all columns in the worksheet. |
![]() | DefaultColumnWidth | Gets or sets default column width. |
![]() | HeadersFooters | Gets or sets headers/footers for the sheet. |
![]() | Name | Gets or sets worksheet name. |
![]() | Pictures | Gets ExcelPictureCollection containing images. |
![]() | PrintOptions | Contains print related options. |
![]() | Protected | Gets or sets the worksheet protection flag. |
![]() | Rows | Gets collection of all rows in the worksheet. |
![]() | ViewOptions | Contains view related options. |
![]() | Visibility | Gets or sets the worksheet visible property. |