'Declaration
Public Function GetRowErrorText( _
ByVal As Integer _
) As String
'使用法
Dim instance As SheetView
Dim rowIndex As Integer
Dim value As String
value = instance.GetRowErrorText(rowIndex)
public string GetRowErrorText(
int
)
パラメータ
- rowIndex
- 行インデックス
戻り値の型
行のエラーテキスト(エラーテキストがない場合は string.Empty)。