'Declaration Public Sub SetRowErrorText( _ ByVal row As Integer, _ ByVal value As String _ )
'Declaration
Public Sub SetRowErrorText( _ ByVal row As Integer, _ ByVal value As String _ )
'使用法 Dim instance As DefaultSheetDataModel Dim row As Integer Dim value As String instance.SetRowErrorText(row, value)
'使用法
Dim instance As DefaultSheetDataModel Dim row As Integer Dim value As String instance.SetRowErrorText(row, value)
public void SetRowErrorText( int row, string value )
DefaultSheetDataModel クラス DefaultSheetDataModel メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.