GrapeCity MultiRow Windows Forms Documentation
RowsAddingEventArgs Constructor


A System.Int32 value that indicates the first Row index used for inserting a row.
A System.Int32 value that indicates the number of rows that have been added to the GcMultiRow control.
Initializes a new instance of the RowsAddingEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal rowCount As Integer _
)
Dim rowIndex As Integer
Dim rowCount As Integer
 
Dim instance As New RowsAddingEventArgs(rowIndex, rowCount)
public RowsAddingEventArgs( 
   int rowIndex,
   int rowCount
)

Parameters

rowIndex
A System.Int32 value that indicates the first Row index used for inserting a row.
rowCount
A System.Int32 value that indicates the number of rows that have been added to the GcMultiRow control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowsAddingEventArgs Class
RowsAddingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.