ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebCollectionBase.AddAt Method

Adds an object to a C1WebCollectionBase at specified position.

[Visual Basic]

Public Sub AddAt( _

ByVal index As Integer, _

ByVal value As Object _

)

[C#]

public void AddAt(

int index,

object value

);

[Delphi]

public procedure AddAt(

index: Int32;

value: Object

);

Parameters

index

Position

value

Object to add

See Also

C1WebCollectionBase Class | C1WebCollectionBase Members | C1.Web.Command Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.