Offset Method (Int32, Int32)

Office Open XML

Get a range with an offset from the top left cell. The new range has the same dimensions as the current range

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelRangeBase Offset(
	int RowOffset,
	int ColumnOffset
)
Visual Basic (Declaration)
Public Function Offset ( _
	RowOffset As Integer, _
	ColumnOffset As Integer _
) As ExcelRangeBase
Visual C++
public:
ExcelRangeBase^ Offset(
	int RowOffset, 
	int ColumnOffset
)

Parameters

RowOffset
Type: System..::.Int32
Row Offset
ColumnOffset
Type: System..::.Int32
Column Offset

Return Value

[Missing <returns> documentation for "M:OfficeOpenXml.ExcelRangeBase.Offset(System.Int32,System.Int32)"]

See Also