SetValue(Int32,Int32,Int32,Int32,CalcError) Method
In This Topic
Sets the
GrapeCity.CalcEngine.CalcError value for the cell of the specified cell range.
Syntax
Parameters
- row
- An integer value indicates the top row index of cell range.
- column
- An integer value indicates the left column index of cell range.
- row2
- An integer value indicates the bottom row index of cell range.
- column2
- An integer value indicates the right column index of cell range.
- value
- An GrapeCity.CalcEngine.CalcError value to set
Return Value
true
if success, false
otherwise.
See Also