Name | Description | |
---|---|---|
![]() | CellReferences | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | CellReferences | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() ![]() | Max | Determines all cells on a sheet. |
Name | Description | |
---|---|---|
![]() | BottomRight | Gets the bottom-right cell reference. |
![]() | CellCount | Gets the cell count in this range of the sheet cells. |
![]() | ColumnCount | Gets the column count. |
![]() | ColumnIndex | Gets the column index. |
![]() | IsCoverColumns | Gets a value indicating whether this cell references cover the whole columns. |
![]() | IsCoverRows | Gets a value indicating whether this cell references cover the whole rows. |
![]() | IsFixedColumns | Gets a value indicating whether the columns is fixed. |
![]() | IsFixedRows | Gets a value indicating whether the rows is fixed. |
![]() | RowCount | Gets the row count. |
![]() | RowIndex | Gets the row index. |
![]() | SheetName | Gets the name of the sheet. |
![]() | TopLeft | Gets the top-left cell reference. |
Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Determines if the specified cell is contained within this |
![]() ![]() | CreateColumnReferences | Creates the cell references to the specified column. |
![]() ![]() | CreateColumnsReferences | Creates the cell references to the specified columns. |
![]() ![]() | CreateFixedReferences | Overloaded. Creates fixed cell references. |
![]() ![]() | CreateRowReferences | Creates the cell references to the specified row. |
![]() ![]() | CreateRowsReferences | Creates the cell references to the specified rows. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() ![]() | Exclude | Excludes the specified cell references from cells. |
![]() | GetA1Name | Overloaded. Returns the name in A1 format. |
![]() | GetBounds | Returns the bounds of this references. |
![]() | GetColumns | Returns the columns of this cell references. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | GetR1C1Name | Returns the name in R1C1 format. |
![]() | GetRows | Returns the rows of this cell references. |
![]() ![]() | Intersect | Creates the third CellReferences that represents the intersection of two CellReferences. |
![]() | IntersectWith | Determines if this references intersects with the specified CellReferences. |
![]() ![]() | Parse | Parses the cell references from the specified string in A1 or R1C1 format. |
![]() | ToString | Converts to a string. |
![]() ![]() | Translate | Creates a new cell refereces that is created from cell reference translated to the specified column and row offset. |
![]() ![]() | TryExpand | Tries the expand the cell references. |
![]() ![]() | TryParse | Tries to parse cell references from the specified string in A1 or R1C1 format. |
![]() ![]() | Union | Creates the smallest possible third CellReferences that can contain both of two CellReferences that form a union. |
Name | Description | |
---|---|---|
![]() | Implicit Type Conversion | Performs an implicit conversion from System.String to CellReferences. |