Displays the child view in the component at the specified row.
Syntax
'Declaration
Protected Sub OnExpandView( _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim row As Integer
instance.OnExpandView(row)
protected void OnExpandView(
int
)
Parameters
- row
- Row index
See Also