다음을 통해 공유


GridCellCollection.AddRange 메서드

정의

오버로드

AddRange(GridCell[])
AddRange(GridCellCollection)

AddRange(GridCell[])

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

매개 변수

cells
GridCell[]

적용 대상

AddRange(GridCellCollection)

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

매개 변수

적용 대상