次の方法で共有


GridCellCollection コンストラクター

定義

オーバーロード

GridCellCollection()
GridCellCollection(GridCell[])
GridCellCollection(GridCellCollection)

GridCellCollection()

public:
 GridCellCollection();
public GridCellCollection ();
Public Sub New ()

適用対象

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())

パラメーター

value
GridCell[]

適用対象

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)

パラメーター

適用対象