Back to Devexpress

CellRange Properties

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

latest9.9 KB
Original Source

CellRange Properties

Defines a range of cells and serves as the base for the Cell, CellCollection, Column and Row interfaces.

NameDescription
AlignmentProvides access to cell alignment. Inherited from Formatting.
AreasProvides access to the ranges that comprise a complex (union) range.
ArrayFormulaGets or sets the array formula associated with the cell or cell range.
ArrayFormulaInvariantGets or sets the array formula in the invariant culture.
BordersProvides access to cell borders. Inherited from Formatting.
BottomRowIndexGets the index of the row that includes the bottom edge of the cell range.
ColumnCountGets the number of columns in the cell range.
ColumnWidthGets or sets the width of columns that contain this cell range.
ColumnWidthInCharactersGets or sets the width of columns that contain the cell range in characters of the default font specified by the built-in Normal style.
CurrentRegionGets a range with non-empty cells surrounded by empty rows and columns.
DependentsGets a list of ranges (cells) whose formulas refer to the current range or cell, directly or indirectly (at any level).
DirectDependentsGets a list of ranges (cells) whose formulas use the current range or cell.
DirectPrecedentsGets a list of ranges (cells) that are directly referred to in the formulas in the current cell or range.
DynamicArrayFormulaGets or sets the dynamic array formula associated with the cell or cell range.
DynamicArrayFormulaInvariantGets or sets the dynamic array formula in the invariant culture.
ExistingCellsGets the existing cells in the current cell range.
FillProvides access to cell background. Inherited from Formatting.
FillColorGets or sets the cell background color.
FlagsProvides access to flags that control which cell format attributes are specified by the applied cell style and which ones are specified by direct cell formatting. Inherited from Formatting.
FontProvides access to the cell font. Inherited from Formatting.
FormulaGets or sets the formula contained in the cell or cell range.
FormulaInvariantGets or sets the range formula in the invariant culture.
HasArrayFormulaDetermines whether the current cell or cell range intersects a range filled with a legacy array formula.
HasDataChecks whether the current cell range contains data.
HasDynamicArrayFormulaDetermines whether the current cell or cell range intersects a range filled with a dynamic array formula.
HasFormulaDetermines whether all cells in the range contain a formula.
HasRichTextGets a value indicating whether a cell contains rich formatted text.
IsMergedDetermines whether the range is created by merging cells.
Item[Int32, Int32]Gets an individual cell by row and column offsets from the top left cell of the current range.
Item[Int32]Gets an individual cell by its index in the range of cells.
LeftColumnIndexGets the index of the column that includes the left edge of the cell range.
NameGets or sets the name of the cell range.
NumberFormatSpecifies a number format for a numeric cell value in the invariant culture. Inherited from Formatting.
NumberFormatLocalSpecifies a number format for a numeric cell value based on the current (local) culture. Inherited from Formatting.
PrecedentsGets a list of ranges (cells) that are used by a formula in the current cell or range.
ProtectionProvides access to options which are in effect when the worksheet is protected. Inherited from Formatting.
RightColumnIndexGets the index of the column that includes the right edge of the cell range.
RowCountGets the number of rows in the cell range.
RowHeightGets or sets the height of rows that contain this cell range.
StyleGets or sets the style applied to the current range of cells.
TopRowIndexGets the index of the row that includes the top edge of the cell range.
ValueGets or sets a cell value.
WorksheetGets the worksheet that contains the cell range.

See Also

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace