GrapeCity SPREAD for WPF 2.0J
NewRowStyleName プロパティ (Cells)

新規行のセルのスタイル名を取得または設定します。
構文
'Declaration
 
Public Property NewRowStyleName As String
public string NewRowStyleName {get; set;}

プロパティ値

既定スタイル名を示す string 値。GcSpreadGrid.NamedStyleInfos 内の関連付けられた StyleInfo が、新規行のセルに使用されます。null 参照 (Visual Basicでは Nothing) は、名前付きスタイル情報が使用されないことを意味します。既定値は null 参照 (Visual Basicでは Nothing) です。
解説
新規行は、エンドユーザーが新しい項目を ItemsSource に追加するために使用します。この行は、CanUserAddRowstrue で、なおかつ現在のデータソースに新しい項目を追加できる場合に表示されます。
参照

Cells クラス
Cells メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.