Click or drag to resize

ExcelWorksheet Properties

The ExcelWorksheet type exposes the following members.

Properties
 NameDescription
Public propertyCells Gets CellRange with all the cells in the worksheet.
Public propertyColumns Gets collection of all columns in the worksheet.
Public propertyDefaultColumnWidth Gets or sets default column width.
Public propertyHeadersFooters Gets or sets headers/footers for the sheet.
Public propertyName Gets or sets worksheet name.
Public propertyPictures Gets ExcelPictureCollection containing images.
Public propertyPrintOptions Contains print related options.
Public propertyProtected Gets or sets the worksheet protection flag.
Public propertyRows Gets collection of all rows in the worksheet.
Public propertyViewOptions Contains view related options.
Public propertyVisibility Gets or sets the worksheet visible property.
Top
See Also