GridCellCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GridCellCollection() | |
GridCellCollection(GridCell[]) | |
GridCellCollection(GridCellCollection) |
GridCellCollection()
public:
GridCellCollection();
public GridCellCollection ();
Public Sub New ()
Applies to
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())
Parameters
- value
- GridCell[]
Applies to
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)
Parameters
- value
- GridCellCollection