GrapeCity.Xaml.SpreadSheet.Data
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 Integer, _
   ByVal level As Integer, _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As RangeGroup
Dim index As Integer
Dim level As Integer
Dim expand As Boolean
 
instance.Expand(index, level, expand)
public void Expand( 
   int index,
   int level,
   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 Server 2012, Windows RT

See Also

Reference

RangeGroup Class
RangeGroup Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options