Spread for ASP.NET 12 Product Documentation
OnEdit Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnEdit Method
Row index
Processes the Edit command in the Spread component.
Syntax
'Declaration
 
Protected Sub OnEdit( _
   ByVal row As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim row As Integer
 
instance.OnEdit(row)
protected void OnEdit( 
   int row
)

Parameters

row
Row index
See Also

Reference

FpSpread Class
FpSpread Members