Assigns (copies) properties from another TableVector to the current object. (The Ordinal property is not copied.)

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual void AssignFrom(
	TableVector source
)
Visual Basic
Public Overridable Sub AssignFrom ( _
	source As TableVector _
)

Parameters

source
Type: C1.C1Preview..::..TableVector
The source object to copy properties from.

See Also