MESCIUS SPREAD for ASP.NET 10.0J
ErrorMessage プロパティ (TextCellType)

セル型のエラーメッセージを取得または設定します。このプロパティは、 派生クラスで使用されます。
構文
'Declaration
 
Public Overridable Property ErrorMessage As String
public virtual string ErrorMessage {get; set;}
次のサンプルコードは、ErrorMessageプロパティを設定します。
FarPoint.Web.Spread.TextCellType textcell = new FarPoint.Web.Spread.TextCellType();
textcell.ErrorMessage = "Error";            
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = textcell;
Dim textcell As New FarPoint.Web.Spread.TextCellType()
textcell.ErrorMessage = "Error"
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = textcell
参照

TextCellType クラス
TextCellType メンバ

 

 


© MESCIUS inc. All rights reserved.