[]
Gets string with row and column reference in R1C1 mode.
public static string ToR1C1(int row, int col, XLReferenceType rowRef = XLReferenceType.Relative, XLReferenceType colRef = XLReferenceType.Relative)
| Type | Name | Description |
|---|---|---|
| int | row | The row in the range equal one cell. |
| int | col | The column in the range equal one cell. |
| XLReferenceType | rowRef | The reference type of the row. |
| XLReferenceType | colRef | The reference type of the column. |
| Type | Description |
|---|---|
| string | The string with row and column reference in R1C1 mode. |