'Declaration Public Shared Function Translate( _
ByVal cellReferenceThe cell reference.As CellReference, _
ByVal columnOffsetThe column offset.As System.Int32, _
ByVal rowOffsetThe row offset.As System.Int32 _
) As CellReference
public static CellReference Translate(
CellReference cellReference,
System.Int32 columnOffset,
System.Int32 rowOffset
)
public: static CellReference* Translate(
CellReference* cellReference,
System.Int32 columnOffset,
System.Int32 rowOffset
)
public:
static CellReference^ Translate(
CellReference^ cellReference,
System.Int32 columnOffset,
System.Int32 rowOffset
)
Parameters
- cellReference
- The cell reference.
- columnOffset
- The column offset.
- rowOffset
- The row offset.
Return Value
A new instance of CellReference class.