RowsCollectionCopyTo Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void CopyTo(
RowElement[] array,
int index
)
Public Sub CopyTo (
array As RowElement(),
index As Integer
)
public:
virtual void CopyTo(
array<RowElement^>^ array,
int index
) sealed
abstract CopyTo :
array : RowElement[] *
index : int -> unit
override CopyTo :
array : RowElement[] *
index : int -> unit
Parameters
- array
- Type: Kettic.AspNet.Controls.GridExcelBuilderRowElement
- index
- Type: SystemInt32
Implements
IRowsCollectionCopyTo(RowElement, Int32)
See Also