Name | Description | |
---|---|---|
![]() | CellReference | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | CellReference | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() ![]() | Max | Determines the cell reference with maximum location at column and row. |
![]() | MaxColumnCount | The maximum column count. |
![]() | MaxColumnIndex | The maximum column index. |
![]() | MaxRowCount | The maximum row count. |
![]() | MaxRowIndex | The maximum row index. |
![]() ![]() | Min | Determines the cell reference with minimum location at column and row. |
![]() ![]() | Undefined | Determines the cell reference with undefined location. |
Name | Description | |
---|---|---|
![]() | ColumnIndex | Gets the index of the column. |
![]() | IsFixedColumn | Gets a value indicating whether the column is fixed. |
![]() | IsFixedRow | Gets a value indicating whether the row is fixed. |
![]() | RowIndex | Gets the index of the row. |
Name | Description | |
---|---|---|
![]() ![]() | CreateCell | Creates the cell reference. |
![]() ![]() | CreateColumn | Creates the column reference. |
![]() ![]() | CreateFixedCell | Overloaded. Creates the fixed cell reference. |
![]() ![]() | CreateFixedColumn | Creates fixed column reference. |
![]() ![]() | CreateFixedRow | Creates fixed row reference. |
![]() ![]() | CreateRow | Creates the row reference. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() | GetA1Name | Returns the name in A1 format. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | GetR1C1Name | Returns the name in R1C1 format. |
![]() ![]() | Parse | Overloaded. Parses cell reference from specified string in A1 or R1C1 format. |
![]() | ToString | Converts to a string. |
![]() ![]() | Translate | Creates a new cell reference that is created from cell reference translated to the specified column and row offset. |
![]() ![]() | TryParse | Tries to parse cell reference from specified string in A1 or R1C1 format. |
Name | Description | |
---|---|---|
![]() | Implicit Type Conversion | Performs an implicit conversion from System.String to CellReference. |