Spread for ASP.NET 12 Product Documentation
IsRowExpanded Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : IsRowExpanded Method
Row index
Gets whether the row is expanded in the hierarchical display.
Syntax
'Declaration
 
Public Overridable Function IsRowExpanded( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowExpanded(row)
public virtual bool IsRowExpanded( 
   int row
)

Parameters

row
Row index
Exceptions
ExceptionDescription
Specified row is out of range; must be between 0 and the number of rows
See Also

Reference

SheetView Class
SheetView Members