Version: 1.4
LanguageEnglish
  • C#

Columns.CopyTo

Declaration

public void CopyTo(Column[] array, int arrayIndex);

Parameters

array The array to copy to.
arrayIndex The starting index.

Description

Copies the elements of the current collection to a Array, starting at the specified index.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答