Spread for ASP.NET 12 Product Documentation
OnRowHeaderClick Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnRowHeaderClick Method
Row index
Column index
Processes a click on a row header cell at the specified row and column in the Spread component.
Syntax
'Declaration
 
Protected Sub OnRowHeaderClick( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim row As Integer
Dim column As Integer
 
instance.OnRowHeaderClick(row, column)
protected void OnRowHeaderClick( 
   int row,
   int column
)

Parameters

row
Row index
column
Column index
See Also

Reference

FpSpread Class
FpSpread Members