[]
Circles invalid entries on the worksheet.
void CircleInvalid()
Sub CircleInvalid()
Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.
CellReference[] CircleInvalid(int maximumCells)
Function CircleInvalid(maximumCells As Integer) As CellReference()
Type | Name | Description |
---|---|---|
int | maximumCells | An integer value indicates the maximum returned invalid entries. Default value will be used if |
Type | Description |
---|---|
CellReference[] | A GrapeCity.Spreadsheet.CellReference[] array represents the position of invalid cells. |