MESCIUS SPREAD for ASP.NET 10.0J
EncodeValue プロパティ (AlternatingRow)

交互行のエンコード値の設定を取得または設定します。
構文
'Declaration
 
Public Property EncodeValue As Boolean
public bool EncodeValue {get; set;}
次のサンプルコードは、太字テキストを作成します。
FpSpread1.Sheets[0].AlternatingRows[0].EncodeValue = false;
FpSpread1.Sheets[0].Cells[0, 1].Value = "Hello<B>World</B>";
FpSpread1.Sheets(0).AlternatingRows(0).EncodeValue = False
FpSpread1.Sheets(0).Cells(0, 1).Value = "Hello<B>World</B>"
参照

AlternatingRow クラス
AlternatingRow メンバ

 

 


© MESCIUS inc. All rights reserved.