GridCellCollection.CopyTo(GridCell[], Int32) 方法

定义

public:
 void CopyTo(cli::array <Microsoft::ReportingServices::QueryDesigners::GridCell ^> ^ array, int index);
public void CopyTo (Microsoft.ReportingServices.QueryDesigners.GridCell[] array, int index);
member this.CopyTo : Microsoft.ReportingServices.QueryDesigners.GridCell[] * int -> unit
Public Sub CopyTo (array As GridCell(), index As Integer)

参数

array
GridCell[]
index
Int32

适用于