[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.StyleCollection.CopyTo

CopyTo Method

CopyTo(Style[])

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

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

An array of type Style serving as the destination for the copy action.

CopyTo(Style[], int)

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

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

An array of type Style serving as the destination for the copy action.

int arrayIndex

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