Compartilhar via


GridColumnCollection.AddRange Método

Definição

Sobrecargas

AddRange(GridColumn[])
AddRange(GridColumnCollection)

AddRange(GridColumn[])

public:
 void AddRange(cli::array <Microsoft::ReportingServices::QueryDesigners::GridColumn ^> ^ nodes);
public void AddRange (Microsoft.ReportingServices.QueryDesigners.GridColumn[] nodes);
member this.AddRange : Microsoft.ReportingServices.QueryDesigners.GridColumn[] -> unit
Public Sub AddRange (nodes As GridColumn())

Parâmetros

nodes
GridColumn[]

Aplica-se a

AddRange(GridColumnCollection)

public:
 void AddRange(Microsoft::ReportingServices::QueryDesigners::GridColumnCollection ^ value);
public void AddRange (Microsoft.ReportingServices.QueryDesigners.GridColumnCollection value);
member this.AddRange : Microsoft.ReportingServices.QueryDesigners.GridColumnCollection -> unit
Public Sub AddRange (value As GridColumnCollection)

Parâmetros

Aplica-se a