MESCIUS SPREAD for ASP.NET 10.0J
FooterDefault プロパティ

フッタセルのデフォルトの境界線を取得します。
構文
'Declaration
 
Public Shared ReadOnly Property FooterDefault As Border
public static Border FooterDefault {get;}
次のサンプルコードは、色を取得します。
FpSpread1.Sheets[0].Cells[0, 0].Text = FarPoint.Web.Spread.Border.FooterDefault.BorderColor.ToString();
FpSpread1.Sheets(0).Cells(0, 0).Text = FarPoint.Web.Spread.Border.FooterDefault.BorderColor.ToString()
参照

Border クラス
Border メンバ

 

 


© MESCIUS inc. All rights reserved.