BlockOfCellsCollection.AddRange 메서드

정의

오버로드

AddRange(BlockOfCells[])
AddRange(BlockOfCellsCollection)

AddRange(BlockOfCells[])

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

매개 변수

nodes
BlockOfCells[]

적용 대상

AddRange(BlockOfCellsCollection)

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

매개 변수

적용 대상