Spread for ASP.NET 12 Product Documentation
OnButtonCmd Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnButtonCmd Method
String of command
Row index of the cell
Column index of the cell
Processes the specified button command for the cell at the specified row and column in the Spread component.
Syntax
'Declaration
 
Protected Sub OnButtonCmd( _
   ByVal cmd As String, _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim cmd As String
Dim row As Integer
Dim column As Integer
 
instance.OnButtonCmd(cmd, row, column)
protected void OnButtonCmd( 
   string cmd,
   int row,
   int column
)

Parameters

cmd
String of command
row
Row index of the cell
column
Column index of the cell
See Also

Reference

FpSpread Class
FpSpread Members