'Declaration
Public Sub SetRowErrorText( _
ByVal As Integer, _
ByVal As String _
)
'使用法
Dim instance As SheetView
Dim rowIndex As Integer
Dim errorText As String
instance.SetRowErrorText(rowIndex, errorText)
public void SetRowErrorText(
int ,
string
)