PowerTools SPREAD for Windows Forms 8.0J
ErrorText プロパティ (Row)


この行のエラーテキスト値を取得または設定します。
構文
'Declaration
 
Public Property ErrorText As String
'使用法
 
Dim instance As Row
Dim value As String
 
instance.ErrorText = value
 
value = instance.ErrorText
public string ErrorText {get; set;}
次のサンプルコードは、エラー アイコンを表示します。
fpSpread1.ShowRowErrors = true;
fpSpread1.Sheets[0].Rows(1).ErrorText = "RowError";
fpSpread1.Sheets[0].Rows(1).Locked = true;
FpSpread1.ShowRowErrors = True
FpSpread1.Sheets(0).Rows(1).ErrorText = "RowError"
FpSpread1.Sheets(0).Rows(1).Locked = True
参照

Row クラス
Row メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.