Spread Windows Forms 12.0 Product Documentation
ClearValidators Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ClearValidators Method
Clears validators.
Syntax
'Declaration
 
Public Sub ClearValidators( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.ClearValidators(row, column, rowCount, columnCount)
public void ClearValidators( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

row
column
rowCount
columnCount
See Also

Reference

SheetView Class
SheetView Members