BlockOfCellsCollection.AddRange Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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())
Parámetros
- nodes
- BlockOfCells[]
Se aplica a
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)
Parámetros
- value
- BlockOfCellsCollection