GridColumnInfoCollection.Insert(Int32, GridColumnInfo) 方法

定义

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

参数

index
Int32
columnInfo
GridColumnInfo

适用于