Copies the setting to the C1Spell instance.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public void AssignTo(
	C1Spell spell
)
Visual Basic (Declaration)
Public Sub AssignTo ( _
	spell As C1Spell _
)

Parameters

spell
Type: C1.Win.C1Spell..::.C1Spell
C1Spell instance in which settings will be copied.

See Also