Compartilhar via


GridCellCollection Construtores

Definição

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

Aplica-se a