'Declaration
Overloads Function CircleInvalid( _ ByVal maximumCells As Integer _ ) As CellReference()
'Usage
Dim instance As IWorksheet Dim maximumCells As Integer Dim value() As CellReference value = instance.CircleInvalid(maximumCells)
CellReference[] CircleInvalid( int maximumCells )
Parameters
- maximumCells
- An integer value indicates the maximum returned invalid entries. Default value will be used if maximumCells is less than 1.
Return Value
A GrapeCity.Spreadsheet.CellReference[] array represents the position of invalid cells.