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

ヘッダ セルのデフォルトの境界線を取得します。
構文
'Declaration
 
Public Shared ReadOnly Property HeaderDefault As Border
public static Border HeaderDefault {get;}

プロパティ値

デフォルトのヘッダ境界線を含むBorderオブジェクト
Color c;
c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor;
Response.Write(c.ToString());  
Dim c As Color
c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor
Response.Write(c.ToString()) 
参照

Border クラス
Border メンバ

 

 


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