Skip to main content
A newer version of this page is available. .
Row

Worksheet Properties

A worksheet in a workbook.
Name Description
ActiveView Provides access to an object that contains options to display and print a worksheet.
ArrayFormulas Obtains a collection of array formulas in a current worksheet.
AutoFilter Provides access to an object that contains options to filter data in a worksheet.
Cells Provides access to the collection of all cells contained in the worksheet.
Charts Provides access to a collection of charts in a worksheet.
CodeName Gets or sets a worksheet code name.
Columns Provides access to the collection of all columns contained in the worksheet.
Comments Provides access to the collection of all cell comments contained in the worksheet.
Comparers Provides access to default comparers used to sort cell values in ascending and descending order.
ConditionalFormattings Provides access to the collection of all conditional formatting rules on a worksheet.
CustomCellInplaceEditors Provides access to the collection of the custom in-place editors embedded into worksheet cells.
DataBindings Provides access to the collection of WorksheetDataBinding objects.
DataValidations Provides access to a collection of DataValidation objects for the worksheet.
DefaultColumnWidth Gets or sets the default column width in units of measurement used in the workbook.
DefaultColumnWidthInCharacters Gets or sets the default column width in characters of the default font specified by the built-in Normal style.
DefaultColumnWidthInPixels Gets or sets the default column width in pixels.
DefaultRowHeight Gets or sets the default height of worksheet rows.
DefinedNames Gets the collection of defined names whose scope is the current worksheet.
HeaderFooterOptions Provides access to options which determine the worksheet header and footer characteristics.
HorizontalPageBreaks Provides access to a collection of row page breaks in the worksheet.
Hyperlinks Provides access to the collection of hyperlinks contained in the worksheet.
IgnoredErrors Provides access to ranges and error types which are ignored in those ranges.
Index Gets the worksheet index within the workbook’s WorksheetCollection collection.
IsProtected Gets whether the worksheet is protected.
Item[Int32, Int32] Provides access to an individual cell by indexes of a row and column containing this cell.
Item[String] Provides access to a cell range by its reference string.
Name Gets or sets the name of the worksheet .
OutlineOptions Provides access to the group settings that control the summary row and column location.
Pictures Provides access to a collection of pictures in a worksheet.
PivotTables Provides access to the collection of pivot tables in a worksheet.
PrintOptions Provides access to options that control how the worksheet is printed.
ProtectedRanges Provides access to a collection of protected ranges in a current worksheet.
Range Provides access to the range of cells in the worksheet.
Rows Provides access to the collection of all rows contained in the worksheet.
SelectedCell Gets or sets an active cell in the worksheet.
SelectedChart Gets or sets the chart selected in a worksheet.
SelectedComment Gets or sets a comment selected in a worksheet.
SelectedPicture Gets or sets a picture selected in the worksheet.
SelectedShape Gets or sets a shape selected in the worksheet.
Selection Gets or sets a cell range selected in the worksheet.
Shapes Provides access to a collection of drawing objects (shapes, pictures, and charts) in a worksheet.
SheetType Returns the type of the sheet. Inherited from Sheet.
SparklineGroups Provides access to a collection of sparkline groups in a worksheet.
SplitLeftPosition Gets the index of the leftmost column in the bottom right pane when panes are frozen.
SplitTopPosition Gets the index of the topmost row in the bottom right pane when panes are frozen.
Tables Provides access to the collection of tables contained in the worksheet.
Tag Gets or sets the data associated with a Worksheet object.
VerticalPageBreaks Provides access to a collection of column page breaks in the worksheet.
VisibilityType Gets or sets whether the current worksheet is visible, hidden or “very hidden”.
Visible Gets or sets whether the current worksheet is visible or hidden.
Workbook Gets a workbook that contains the current worksheet.
See Also