[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection.CopyTo

CopyTo Method

CopyTo(ArrayList, int)

Copies the rules (SmartPrintRule objects) in the collection to the specified array list.

Declaration
public void CopyTo(ArrayList array, int index)
Public Sub CopyTo(array As ArrayList, index As Integer)
Parameters
Type Name Description
ArrayList array

Array list to which to paste the rules (SmartPrintRule objects)

int index

Index in the array at which to paste the rules

CopyTo(Array, int)

Copies the rules (SmartPrintRule objects) in the collection to the specified array.

Declaration
public void CopyTo(Array array, int index)
Public Sub CopyTo(array As Array, index As Integer)
Parameters
Type Name Description
Array array

Array to which to paste the rules (SmartPrintRule objects)

int index

Index in the array at which to paste the rules

Implements