Spread Silverlight Documentation
Expand(Int32,Int32,Boolean) Method


The summary row or column index of the outline to expand or collapse.
The level of the outline to expand or collapse.
Whether to expand the group.
Expands or collapses an outline (range group) of rows or columns, by the specified level and index.
Syntax
'Declaration
 
Public Overloads Sub Expand( _
   ByVal index As System.Integer, _
   ByVal level As System.Integer, _
   ByVal expand As System.Boolean _
) 
'Usage
 
Dim instance As RangeGroup
Dim index As System.Integer
Dim level As System.Integer
Dim expand As System.Boolean
 
instance.Expand(index, level, expand)
public void Expand( 
   System.int index,
   System.int level,
   System.bool expand
)

Parameters

index
The summary row or column index of the outline to expand or collapse.
level
The level of the outline to expand or collapse.
expand
Whether to expand the group.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RangeGroup Class
RangeGroup Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.