SetValue(Int32,Int32,Int32,Int32,Object) Method
In This Topic
Sets the
System.Object value for all cells of the specified range.
Syntax
Parameters
- row
- An integer value indicates the top row index of cell.
- column
- An integer value indicates the left column index of cell.
- row2
- An integer value indicates the bottom row index of cell.
- column2
- An integer value indicates the right column index of cell.
- value
- An System.Object value to set
Return Value
true
if the value is set successful; otherwise, false
.
See Also