Spread for ASP.NET 12 Product Documentation
OnExpandView Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : OnExpandView Method
Row index
Displays the child view in the component at the specified row.
Syntax
'Declaration
 
Protected Sub OnExpandView( _
   ByVal row As Integer _
) 
'Usage
 
Dim instance As FpSpread
Dim row As Integer
 
instance.OnExpandView(row)
protected void OnExpandView( 
   int row
)

Parameters

row
Row index
See Also

Reference

FpSpread Class
FpSpread Members