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