[]
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(IConditionalFormattingRule[] array, int arrayIndex)
Public Sub CopyTo(array As IConditionalFormattingRule(), arrayIndex As Integer)
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. |