Link Search Menu Expand Document

Worksheet Properties

The Worksheet type exposes the following members.

Properties
NameDescription
Public propertyActive
Gets or sets a value indicating whether this Worksheet is active.
Public propertyBackgroundPicture
Gets or sets the sheet background picture.
Public propertyCharts
Gets the charts.
Public propertyColumns
Gets the list of columns.
Public propertyDefaultColumnWidth
Gets or sets the default width of the column in 1/256 of the width of the zero character, using default font.
Public propertyHPageBreaks
Gets the H page breaks.
Public propertyHyperlinks
Returns a HyperLinks collection that represents the hyperlinks for the worksheet.
Public propertyIsEmpty
Gets a value indicating whether worksheet is empty.
Public propertyItemString
Gets the Cell with the specified by A1-style reference.
Public propertyItemInt32, Int32
Gets the Cell with the specified row and col.
Public propertyName
Gets or sets Worksheet name
Public propertyNotEmptyColumnMax
Gets the last column contains not empty cell.
Public propertyNotEmptyColumnMin
Gets the first column contains not empty cell.
Public propertyNotEmptyRowMax
Gets the last row contains not empty cell.
Public propertyNotEmptyRowMin
Gets the first row contains not empty cell.
Public propertyPageSetup
Gets or sets the page setup.
Public propertyPictures
Gets the pictures.
Public propertyProtected
Gets a value indicating whether this Worksheet is protected against modification.
Public propertyProtectionOptions
Gets the option flags for sheet protection.
Public propertyRows
Gets the list of rows.
Public propertyUsedRangeColumnMax
Gets the last used column.
Public propertyUsedRangeColumnMin
Gets the first used column.
Public propertyUsedRangeRowMax
Gets the last used row.
Public propertyUsedRangeRowMin
Gets the first used row.
Public propertyViewOptions
Gets the view options for the worksheet.
Public propertyVisible
Gets or sets the visible state of the sheet.
Public propertyVPageBreaks
Gets the V page breaks.
Top
See Also

Reference