MESCIUS SPREAD for Windows Forms 17.0J
ErrorText プロパティ (Cell)

このセルのエラーテキストを取得または設定します。
構文
'Declaration
 
Public Property ErrorText As String
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 メンバ

 

 


© MESCIUS inc. All rights reserved.