Spread Silverlight Documentation
ColumnUngroupExtent Constructor


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

Parameters

index
The group starting index.
count
The number of columns to remove.
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

ColumnUngroupExtent Class
ColumnUngroupExtent Members

 

 


Copyright © GrapeCity, inc. All rights reserved.