[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormatting.CopyTo

CopyTo Method

CopyTo(IConditionalFormattingRule[], int)

Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.

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

The one-dimensional array that is the destination of the elements copied from current items. The array must have zero-based indexing.

int arrayIndex

The zero-based index in the array at which copying begins.

Implements