'Declaration Public Shared Function Translate( _
ByVal cellReferencesСсылки на ячейки.As CellReferences, _
ByVal columnOffsetСмещение столбца.As System.Int32, _
ByVal rowOffsetСмещение строки.As System.Int32, _
ByVal respectFixedCellsЗначение, указывающее, нужно ли учитывать фиксированные строки и столбцы.As Boolean _
) As CellReferences
public static CellReferences Translate(
CellReferences cellReferences,
System.Int32 columnOffset,
System.Int32 rowOffset,
bool respectFixedCells
)
public: static CellReferences* Translate(
CellReferences* cellReferences,
System.Int32 columnOffset,
System.Int32 rowOffset,
bool respectFixedCells
)
public:
static CellReferences^ Translate(
CellReferences^ cellReferences,
System.Int32 columnOffset,
System.Int32 rowOffset,
bool respectFixedCells
)
Parameters
- cellReferences
 - Ссылки на ячейки.
 - columnOffset
 - Смещение столбца.
 - rowOffset
 - Смещение строки.
 - respectFixedCells
 - Значение, указывающее, нужно ли учитывать фиксированные строки и столбцы.
 
Return Value
Новый экземпляр класса CellReferences.