Spread Windows Forms 6.0 Product Documentation
OnDataRowAdded Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > DefaultSpreadDataViewMapper Class : OnDataRowAdded Method


newIndex
New row index
oldIndex
Old row index
propertyDescriptor
Property descriptor

Glossary Item Box

Occurs when a data row is added.

Syntax

Visual Basic (Declaration) 
Public Sub OnDataRowAdded( _
   ByVal newIndex As Integer, _
   ByVal oldIndex As Integer, _
   ByVal propertyDescriptor As PropertyDescriptor _
) 
Visual Basic (Usage)Copy Code
Dim instance As DefaultSpreadDataViewMapper
Dim newIndex As Integer
Dim oldIndex As Integer
Dim propertyDescriptor As PropertyDescriptor
 
instance.OnDataRowAdded(newIndex, oldIndex, propertyDescriptor)
C# 
public void OnDataRowAdded( 
   int newIndex,
   int oldIndex,
   PropertyDescriptor propertyDescriptor
)

Parameters

newIndex
New row index
oldIndex
Old row index
propertyDescriptor
Property descriptor

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.