GridCellCollection.AddRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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())
Parâmetros
- cells
- GridCell[]
Aplica-se a
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)
Parâmetros
- value
- GridCellCollection