Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / 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.


In This Topic
    CircleInvalid(Int32) Method
    In This Topic
    Get a GrapeCity.Spreadsheet.CellReference[] array of invalid entries on the worksheet.
    Syntax
    '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.
    See Also