EPPlus 3.0 |
ExcelRangeBase..::.Offset Method (Int32, Int32) |
ExcelRangeBase Class See Also Send Feedback |
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 ) |
Return Value
[Missing <returns> documentation for "M:OfficeOpenXml.ExcelRangeBase.Offset(System.Int32,System.Int32)"]