'Declaration Public Shared Function Translate( _
ByVal cellReferencesThe cell references.As CellReferences, _
ByVal columnOffsetThe column offset.As System.Int32, _
ByVal rowOffsetThe row offset.As System.Int32, _
ByVal respectFixedCellsA value indicating whether fixed rows and columns must be taken into account.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
- The cell references.
- columnOffset
- The column offset.
- rowOffset
- The row offset.
- respectFixedCells
- A value indicating whether fixed rows and columns must be taken into account.
Return Value
A new instance of CellReferences class.