PowerTools SPREAD for ASP.NET 8.0J
NegativeRed プロパティ

負の値に対して赤のテキスト色を使用するかどうかを取得または設定します。
構文
'Declaration
 
Public Overridable Property NegativeRed As Boolean
public virtual bool NegativeRed {get; set;}
次のサンプルコードは、NegativeRedプロパティを設定します。
FarPoint.Web.Spread.GeneralCellType test = new FarPoint.Web.Spread.GeneralCellType();
test.NegativeRed = true;
FpSpread1.Sheets[0].Cells[0, 0].CellType = test;
Dim test As New FarPoint.Web.Spread.GeneralCellType
test.NegativeRed = True
FpSpread1.Sheets(0).Cells(0, 0).CellType = test
参照

GeneralCellType クラス
GeneralCellType メンバ

 

 


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