Gets string with row and column reference in R1C1 mode.
'Declaration
Public Shared Function ToR1C1( _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As XLReferenceType, _
Optional ByVal As XLReferenceType _
) As System.String
Parameters
- row
- The row in the range equal one cell.
- col
- The column in the range equal one cell.
- rowRef
- The reference type of the row.
- colRef
- The reference type of the column.
Return Value
The string with row and column reference in R1C1 mode.