'Declaration Public Sub ClearValidators( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'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)
'使用法
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 )
SheetView クラス SheetView メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.