[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.OnButtonCmd

OnButtonCmd Method

OnButtonCmd(string, int, int)

Processes the specified button command for the cell at the specified row and column in the Spread component.

Declaration
protected void OnButtonCmd(string cmd, int row, int column)
Protected Sub OnButtonCmd(cmd As String, row As Integer, column As Integer)
Parameters
Type Name Description
string cmd

String of command

int row

Row index of the cell

int column

Column index of the cell