GridCellCollection Construtores
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
GridCellCollection() | |
GridCellCollection(GridCell[]) | |
GridCellCollection(GridCellCollection) |
GridCellCollection()
public:
GridCellCollection();
public GridCellCollection ();
Public Sub New ()
Aplica-se a
GridCellCollection(GridCell[])
public:
GridCellCollection(cli::array <Microsoft::ReportingServices::QueryDesigners::GridCell ^> ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCell[] value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCell[] -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCell())
Parâmetros
- value
- GridCell[]
Aplica-se a
GridCellCollection(GridCellCollection)
public:
GridCellCollection(Microsoft::ReportingServices::QueryDesigners::GridCellCollection ^ value);
public GridCellCollection (Microsoft.ReportingServices.QueryDesigners.GridCellCollection value);
new Microsoft.ReportingServices.QueryDesigners.GridCellCollection : Microsoft.ReportingServices.QueryDesigners.GridCellCollection -> Microsoft.ReportingServices.QueryDesigners.GridCellCollection
Public Sub New (value As GridCellCollection)
Parâmetros
- value
- GridCellCollection