다음을 통해 공유


GridColumnCollection.AddRange 메서드

정의

오버로드

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())

매개 변수

nodes
GridColumn[]

적용 대상

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)

매개 변수

적용 대상