SPREAD for WPF 3.0J - GcSpreadGrid
NewRowPosition プロパティ
使用例 

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : NewRowPosition プロパティ
GcSpreadGrid の新規行の位置を示す値を取得または設定します。
シンタックス
'宣言
 
Public Property NewRowPosition As NewRowPosition
public NewRowPosition NewRowPosition {get; set;}

プロパティ値

既定値は NewRowPosition.Bottom です。
使用例
次のサンプルはNewRowPositionプロパティの使用方法を説明します。
private void SG2_InitializingNewItem(object sender, InitializingNewItemEventArgs e)
{
// Initialize the new item of new row.
// e.NewItem = new MyData();
}
Private Sub SG2_InitializingNewItem(sender As Object, e As InitializingNewItemEventArgs)
' Initialize the new item of new row.
' e.NewItem = new MyData();
End Sub
<sg:GcSpreadGrid Name="SG2" ItemsSource="{Binding}" CanUserAddRows="True" NewRowPosition="Top" InitializingNewItem="SG2_InitializingNewItem" />
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ