[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.CircleInvalid

CircleInvalid Method

CircleInvalid()

Circles invalid entries on the worksheet.

Declaration
void CircleInvalid()
Sub CircleInvalid()

CircleInvalid(int)

Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.

Declaration
CellReference[] CircleInvalid(int maximumCells)
Function CircleInvalid(maximumCells As Integer) As CellReference()
Parameters
Type Name Description
int maximumCells

An integer value indicates the maximum returned invalid entries. Default value will be used if maximumCells is less than 1.

Returns
Type Description
CellReference[]

A GrapeCity.Spreadsheet.CellReference[] array represents the position of invalid cells.