[]
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, object value)
Public Sub SetValue(row As Integer, column As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
object | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, bool value)
Public Sub SetValue(row As Integer, column As Integer, value As Boolean)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
bool | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, DateTime value)
Public Sub SetValue(row As Integer, column As Integer, value As Date)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
DateTime | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, double value)
Public Sub SetValue(row As Integer, column As Integer, value As Double)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
double | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, int value)
Public Sub SetValue(row As Integer, column As Integer, value As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, char value)
Public Sub SetValue(row As Integer, column As Integer, value As Char)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
char | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
[CLSCompliant(false)]
public void SetValue(int row, int column, sbyte value)
<CLSCompliant(False)>
Public Sub SetValue(row As Integer, column As Integer, value As SByte)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
sbyte | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, byte value)
Public Sub SetValue(row As Integer, column As Integer, value As Byte)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
byte | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, short value)
Public Sub SetValue(row As Integer, column As Integer, value As Short)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
short | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
[CLSCompliant(false)]
public void SetValue(int row, int column, ushort value)
<CLSCompliant(False)>
Public Sub SetValue(row As Integer, column As Integer, value As UShort)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
ushort | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
[CLSCompliant(false)]
public void SetValue(int row, int column, uint value)
<CLSCompliant(False)>
Public Sub SetValue(row As Integer, column As Integer, value As UInteger)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
uint | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, long value)
Public Sub SetValue(row As Integer, column As Integer, value As Long)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
long | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
[CLSCompliant(false)]
public void SetValue(int row, int column, ulong value)
<CLSCompliant(False)>
Public Sub SetValue(row As Integer, column As Integer, value As ULong)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
ulong | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, float value)
Public Sub SetValue(row As Integer, column As Integer, value As Single)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
float | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, decimal value)
Public Sub SetValue(row As Integer, column As Integer, value As Decimal)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
decimal | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, string value)
Public Sub SetValue(row As Integer, column As Integer, value As String)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
string | value | Value to set for the specified cell |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |
Sets the value for the specified cell on this sheet.
public void SetValue(int row, int column, object value, bool validate)
Public Sub SetValue(row As Integer, column As Integer, value As Object, validate As Boolean)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
object | value | Value to set for the specified cell |
bool | validate | Perform value validation |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |