GrapeCity SPREAD for Windows Forms 12.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 メンバ

 

 


Copyright © 2004 GrapeCity inc.