GrapeCity SPREAD for Windows Forms 11.0J
ClearValidators メソッド


バリデーターをクリアします。
構文
'Declaration
 
Public Sub ClearValidators( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
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
)

パラメータ

row
column
rowCount
columnCount
参照

SheetView クラス
SheetView メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.