PowerTools SPREAD for ASP.NET 8.0J
Item プロパティ (DefaultStyleCollection)

コレクション内のスタイルのインデックス
コレクション内の指定したインデックスのNamedStyleオブジェクトを取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As NamedStyle
public NamedStyle this[ 
   int index
]; {get; set;}

パラメータ

index
コレクション内のスタイルのインデックス

プロパティ値

スタイルを含むNamedStyleオブジェクト
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
dsc[0].BackColor = Color.Yellow;
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection
dsc.Item(0).BackColor = Color.Yellow
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


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