'Declaration
Public Overloads Function CircleInvalid( _ ByVal maximumCells As Integer _ ) As CellReference()
'Usage
Dim instance As DataValidations Dim maximumCells As Integer Dim value() As CellReference value = instance.CircleInvalid(maximumCells)
public 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.