Back to Devexpress

Worksheet Properties

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-dot-underscore-properties.md

latest12.0 KB
Original Source

Worksheet Properties

A worksheet in a workbook.

NameDescription
ActiveViewProvides access to an object that contains options to display and print a worksheet.
ArrayFormulasObtains a collection of legacy array formulas in a current worksheet.
AutoFilterProvides access to an object that contains options to filter data in a worksheet.
CellsProvides access to the collection of all cells contained in the worksheet.
ChartsProvides access to a collection of charts in a worksheet.
CodeNameGets or sets the worksheet’s code name.
ColumnsReturns the collection of all columns in a worksheet.
CommentsRetrieves a collection of simple notes (legacy comments) contained in a worksheet.
ComparersProvides access to default comparers used to sort cell values in ascending and descending order.
ConditionalFormattingsProvides access to the collection of all conditional formatting rules on a worksheet.
CustomCellInplaceEditorsProvides access to the collection of the custom in-place editors embedded into worksheet cells.
DataBindingsProvides access to the collection of WorksheetDataBinding objects.
DataValidationsProvides access to a collection of DataValidation objects for the worksheet.
DefaultColumnWidthGets or sets the default column width in units of measurement used in the workbook.
DefaultColumnWidthInCharactersGets or sets the default column width in characters of the default font specified by the built-in Normal style.
DefaultColumnWidthInPixelsGets or sets the default column width in pixels.
DefaultRowHeightGets or sets the default height of worksheet rows.
DefinedNamesGets the collection of defined names whose scope is the current worksheet.
DynamicArrayFormulasObtains a collection of dynamic array formulas in a current worksheet.
FormControlsObtains a collection of form controls contained in a worksheet.
HasDataChecks whether the current worksheet contains data.
HeaderFooterOptionsProvides access to header and footer options for a worksheet.
HorizontalPageBreaksProvides access to a collection of row page breaks in the worksheet.
HyperlinksProvides access to the collection of hyperlinks contained in the worksheet.
IdReturns the sheet’s unique identifier. Inherited from Sheet.
IgnoredErrorsProvides access to ranges and error types which are ignored in those ranges.
IndexGets the worksheet index within the workbook’s WorksheetCollection collection.
IsProtectedGets 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.
NameGets or sets the name of the worksheet .
OleObjectsReturns the collection of OLE objects within the worksheet.
OutlineOptionsProvides access to the group settings that control the summary row and column location.
PicturesProvides access to a collection of pictures in a worksheet.
PivotTablesProvides access to the collection of pivot tables in a worksheet.
PrintOptionsProvides access to options that control how the worksheet is printed.
ProtectedRangesProvides access to a collection of protected ranges in a current worksheet.
RangeProvides access to the range of cells in the worksheet.
RowsReturns the collection of all rows in a worksheet.
SelectedCellGets or sets an active cell in the worksheet.
SelectedChartGets or sets the chart selected in a worksheet.
SelectedCommentGets or sets a comment selected in a worksheet.
SelectedPictureGets or sets a picture selected in the worksheet.
SelectedShapeGets or sets a shape selected in the worksheet.
SelectionGets or sets a cell range selected in the worksheet.
ShapesProvides access to a collection of drawing objects (shapes, pictures, and charts) in a worksheet.
SheetTypeReturns the type of the sheet. Inherited from Sheet.
SparklineGroupsProvides access to a collection of sparkline groups in a worksheet.
SplitLeftPositionGets the index of the leftmost column in the bottom right pane when panes are frozen.
SplitTopPositionGets the index of the topmost row in the bottom right pane when panes are frozen.
TablesProvides access to the collection of tables contained in the worksheet.
TagGets or sets the data associated with a Worksheet object.
ThreadedCommentsObtains a collection of threaded comments.
VerticalPageBreaksProvides access to a collection of column page breaks in the worksheet.
VisibilityTypeGets or sets whether the current worksheet is visible, hidden or “very hidden”.
VisibleGets or sets whether the current worksheet is visible or hidden.
WorkbookGets a workbook that contains the current worksheet.

See Also

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace