[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IErrorTextSupport

IErrorTextSupport Interface

Interface that supports creating a model that represents the error icon.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IErrorTextSupport
Public Interface IErrorTextSupport

Methods

Name Description
GetCellErrorText(int, int)

Gets the error text of the cell.

GetRowErrorText(int)

Gets the error text of the row.

SetCellErrorText(int, int, string)

Sets the error text for the cell.

SetRowErrorText(int, string)

Sets the error text for the row.

Events

Name Description
CellErrorTextChanged

Occurs when the cell error text is changed.

RowErrorTextChanged

Occurs when the row error text is changed.