EPPlus 3.0 |
ExcelWorksheet..::.SetValue Method (Int32, Int32, Object) |
ExcelWorksheet Class See Also Send Feedback |
Set the value of a cell
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public void SetValue( int Row, int Column, Object Value ) |
Visual Basic (Declaration) |
---|
Public Sub SetValue ( _ Row As Integer, _ Column As Integer, _ Value As Object _ ) |
Visual C++ |
---|
public: void SetValue( int Row, int Column, Object^ Value ) |
Parameters
- Row
- Type: System..::.Int32
The row number
- Column
- Type: System..::.Int32
The column number
- Value
- Type: System..::.Object
The value