Version

RowAddingEventArgs Class Properties

For a list of all members of this type, see RowAddingEventArgs members.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyIndexSpecifies the location in the collection at which to add the new row. You can set this property to a new value to change the location where the new row will get added.  
Public PropertyRowsGets the rows collection to which the row is being added.  
See Also