







|
| EPPlus 3.0 |
| ExcelRange..::.Item Property (Int32, Int32, Int32, Int32) |
| ExcelRange Class See Also Send Feedback |
Access a range of cells
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelRange this[ int FromRow, int FromCol, int ToRow, int ToCol ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ FromRow As Integer, _ FromCol As Integer, _ ToRow As Integer, _ ToCol As Integer _ ) As ExcelRange |
| Visual C++ |
|---|
public: property ExcelRange^ default[int FromRow, int FromCol, int ToRow, int ToCol] { ExcelRange^ get (int FromRow, int FromCol, int ToRow, int ToCol); } |
Parameters
- FromRow
- Type: System..::.Int32
Start row
- FromCol
- Type: System..::.Int32
Start column
- ToRow
- Type: System..::.Int32
End Row
- ToCol
- Type: System..::.Int32
End Column
