Spread Windows Forms 12.0 Product Documentation
CircleInvalid(Int32) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DataValidations Class > CircleInvalid Method : CircleInvalid(Int32) Method
An integer value indicates the maximum returned invalid entries. Default value will be used if maximumCells is less than 1.
Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.
Syntax
'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.

Return Value

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

Reference

DataValidations Class
DataValidations Members
Overload List