[]
Represents a two-dimensional collection of cell information objects.
public class CellInfoRange
Public Class CellInfoRange
| Name | Description |
|---|---|
| CellInfoRange(int, int) | Creates a new collection of cell information objects for the cell at the specified row and column. |
| Name | Description |
|---|---|
| SheetName |
| Name | Description |
|---|---|
| AltRowStyles | Gets or sets the alternating row styles. |
| ColumnCount | Gets the number of columns in the two-dimensional collection of cell information objects. |
| ColumnFooter | Gets or sets the column footer for the the cell information. |
| ColumnFooterSheetCornerStyleInfo | Gets or sets the StyleInfo object for the footer corner. |
| ColumnHeader | Gets or sets the column header for the the cell information. |
| ColumnSettings | Gets or sets the column settings for the the cell information. |
| ConditionalFormattings | Gets or sets the conditional formattings. |
| DefaultStyle | Gets or sets the StyleInfo object for the default style. |
| FilterBarSettings | Gets or sets the filter bar settings for the the column information. |
| this[int, int] | Gets or sets a cell information object for the cell at the specified row and column. |
| ReferenceStyle | Gets or sets the reference style for the formulas in the cell information object. |
| RowCount | Gets the number of rows in the two-dimensional collection of cell information objects. |
| RowHeader | Gets or sets the row header for the the cell information. |
| RowSettings | Gets or sets the row settings for the the cell information. |
| RuntimeIDs | Gets or sets runtime index for corresponding conditional formatting. |
| SheetCorner | Gets or sets the sheet corner for the the cell information. |
| Name | Description |
|---|---|
| FromCellRange(SheetView, CellRange, ref RowClipInfoRange, ref ColumnClipInfoRange) | Creates cell information for the specified range in the specified sheet. |
| FromCellRange(SheetView, CellRange, ref RowClipInfoRange, ref ColumnClipInfoRange, ref TableViewClipboardInfo) | Creates cell information for the specified range in the specified sheet. |