Spread Windows Forms 8.0 Product Documentation
ReplaceAt Method


Index of the element to be replaced
New element to be used
Replaces an existing element index with a new one.
Syntax
'Declaration
 
Public Overridable Function ReplaceAt( _
   ByVal index As Integer, _
   ByVal newObj As Object _
) As Boolean
'Usage
 
Dim instance As Elements
Dim index As Integer
Dim newObj As Object
Dim value As Boolean
 
value = instance.ReplaceAt(index, newObj)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

Elements Class
Elements Members

 

 


Copyright © GrapeCity, inc. All rights reserved.