GrapeCity MultiRow Windows Forms Documentation
RowsAddedEventArgs Constructor


A System.Int32 value that indicates the Row index used for inserting a row.
A System.Int32 value that indicates the number of the rows that have been added to GcMultiRow.
Initializes a new instance of the RowsAddedEventArgs 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 RowsAddedEventArgs(rowIndex, rowCount)
public RowsAddedEventArgs( 
   int rowIndex,
   int rowCount
)

Parameters

rowIndex
A System.Int32 value that indicates the Row index used for inserting a row.
rowCount
A System.Int32 value that indicates the number of the rows that have been added to GcMultiRow.
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

RowsAddedEventArgs Class
RowsAddedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.