Spread Windows Forms 6.0 Product Documentation
ReplaceAt Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : ReplaceAt Method


index
Index of the element to be replaced
newObj
New element to be used

Glossary Item Box

Replaces an existing element at index with a new one.

Syntax

Visual Basic (Declaration) 
Public Overridable Function ReplaceAt( _
   ByVal index As Integer, _
   ByVal newObj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Elements
Dim index As Integer
Dim newObj As Object
Dim value As Boolean
 
value = instance.ReplaceAt(index, newObj)
C# 
public virtual bool ReplaceAt( 
   int index,
   object newObj
)

Parameters

index
Index of the element to be replaced
newObj
New element to be used

Return Value

true if successful; false otherwise

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.