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


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

Cell クラス
Cell メンバ

 

 


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