[]
Paints the invalid cells.
protected virtual bool CircleInvalid(IWorksheet worksheet, CellReference[] invalidCells)
Protected Overridable Function CircleInvalid(worksheet As IWorksheet, invalidCells As CellReference()) As Boolean
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 |
Type | Description |
---|---|
bool |
|