[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonMappingCollection.CopyTo

CopyTo Method

CopyTo(string[])

Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting from the first index of the target array.

Declaration
public void CopyTo(string[] array)
Public Sub CopyTo(array As String())
Parameters
Type Name Description
string[] array

A string array serving as the destination for the copy action.

CopyTo(string[], int)

Copies the items of the CalculatorButtonMappingCollection to a compatible one-dimensional array of type string, starting at the specified zero-based index of the target array.

Declaration
public void CopyTo(string[] array, int arrayIndex)
Public Sub CopyTo(array As String(), arrayIndex As Integer)
Parameters
Type Name Description
string[] array

A string array serving as the destination for the copy action.

int arrayIndex

The zero-based index at which to start placing the copied collection.