GrapeCity SPREAD for WPF 2.0J
NewRowPosition プロパティ

GcSpreadGrid の新規行の位置を示す値を取得または設定します。
構文
'Declaration
 
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 メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.