Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationManager Class / Clear Method / Clear(Int32,Int32,Int32,Int32) Method
Row index of start of range to clear
Column index of start of range to clear
Number of rows to clear
Number of columns to clear


In This Topic
    Clear(Int32,Int32,Int32,Int32) Method
    In This Topic
    Deletes all data validations in the specified range references.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Clear( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As DataValidationManager
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.Clear(row, column, rowCount, columnCount)
    public new void Clear( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    Row index of start of range to clear
    column
    Column index of start of range to clear
    rowCount
    Number of rows to clear
    columnCount
    Number of columns to clear
    See Also