'Declaration Public Shared Function Translate( _
ByVal cellReferenceСсылка на ячейку.As CellReference, _
ByVal columnOffsetСмещение столбца.As System.Int32, _
ByVal rowOffsetСмещение строки.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
- Ссылка на ячейку.
- columnOffset
- Смещение столбца.
- rowOffset
- Смещение строки.
Return Value
Новый экземпляр класса CellReference.