[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.UIManager.CircleInvalid

CircleInvalid Method

CircleInvalid(IWorksheet, CellReference[])

Paints the invalid cells.

Declaration
protected virtual bool CircleInvalid(IWorksheet worksheet, CellReference[] invalidCells)
Protected Overridable Function CircleInvalid(worksheet As IWorksheet, invalidCells As CellReference()) As Boolean
Parameters
Type Name Description
IWorksheet worksheet

A GrapeCity.Spreadsheet.Worksheet indicates the worksheet paints invalid cells

CellReference[] invalidCells

The invalid cells, if are null this will clear currently invalid cells

Returns
Type Description
bool

true if there is invalid circle changed; otherwise, false.