'宣言 Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
'宣言
Public Sub SetRowErrorText( _ ByVal rowIndex As Integer, _ ByVal errorText As String _ )
public void SetRowErrorText( int rowIndex, string errorText )
fpSpread1.ShowRowErrors = true; fpSpread1.Sheets[0].SetRowErrorText(1, "RowError");
fpSpread1.ShowRowErrors = True fpSpread1.Sheets(0).SetRowErrorText(1, "RowError")
SheetView クラス SheetView メンバ
© MESCIUS inc. All rights reserved.