GridCellCollection.AddRange メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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())
パラメーター
- cells
- GridCell[]
適用対象
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)
パラメーター
- value
- GridCellCollection