Spread for ASP.NET 12 Product Documentation
OnDelete Method


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

Parameters

row
Row index
See Also

Reference

FpSpread Class
FpSpread Members