[]
        
(Showing Draft Content)

FarPoint.Win.Elements.ReplaceAt

ReplaceAt Method

ReplaceAt(int, object)

Replaces an existing element index with a new one.

Declaration
public virtual bool ReplaceAt(int index, object newObj)
Public Overridable Function ReplaceAt(index As Integer, newObj As Object) As Boolean
Parameters
Type Name Description
int index

Index of the element to be replaced

object newObj

New element to be used

Returns
Type Description
bool

true if successful; false otherwise