GridColumnCollection.Insert(Int32, GridColumn) Method

Definition

public:
 void Insert(int index, Microsoft::ReportingServices::QueryDesigners::GridColumn ^ node);
public void Insert (int index, Microsoft.ReportingServices.QueryDesigners.GridColumn node);
member this.Insert : int * Microsoft.ReportingServices.QueryDesigners.GridColumn -> unit
Public Sub Insert (index As Integer, node As GridColumn)

Parameters

index
Int32
node
GridColumn

Applies to