[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetErrorValue

SetErrorValue Method

SetErrorValue(int, int, CalcError)

Sets the value for the specified cell on this sheet.

Declaration
public void SetErrorValue(int row, int column, CalcError value)
Public Sub SetErrorValue(row As Integer, column As Integer, value As CalcError)
Parameters
Type Name Description
int row

Row index

int column

Column index

CalcError value

Value to set for the specified cell

Exceptions
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