GrapeCity.Xaml.SpreadSheet.UI
RowUngroupExtent Constructor


The group starting index.
The number of rows to remove.
Creates a new instance of the RowUngroupExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal count As Integer _
)
'Usage
 
Dim index As Integer
Dim count As Integer
 
Dim instance As New RowUngroupExtent(index, count)
public RowUngroupExtent( 
   int index,
   int count
)

Parameters

index
The group starting index.
count
The number of rows to remove.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RowUngroupExtent Class
RowUngroupExtent Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options