PowerTools SPREAD for ASP.NET 8.0J
GetDataKey メソッド

行インデックス
指定した行が表示されている場合に、識別子を取得します。
構文
'Declaration
 
Public Function GetDataKey( _
   ByVal row As Integer _
) As Object
public object GetDataKey( 
   int row
)

パラメータ

row
行インデックス

戻り値の型

指定した行の識別子を含むObject
この例では、更新後の指定した行のキーを返します。
private void FpSpread1_UpdateCommand(object sender, FarPoint.Web.Spread.SpreadCommandEventArgs e)
{
       Response.Write(e.SheetView.GetDataKey(1).ToString())
}
Private Sub FpSpread1_UpdateCommand(ByVal sender As Object, ByVal e As FarPoint.Web.Spread.SpreadCommandEventArgs) Handles
FpSpread1.UpdateCommand

      Response.Write(e.SheetView.GetDataKey(1).ToString())

End Sub
参照

SheetView クラス
SheetView メンバ
IDataSourceSupport インタフェース
DataKeyField プロパティ

開発者の手引き

データソースとの連結

 

 


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