'Declaration Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
Parameters
- rowIndex
- Row index
- errorText
- Error text
'Declaration Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
fpSpread1.ShowRowErrors = true; fpSpread1.Sheets[0].SetRowErrorText(1, "RowError");
fpSpread1.ShowRowErrors = True fpSpread1.Sheets(0).SetRowErrorText(1, "RowError")