Assigns (copies) properties from another TableCellCollection to the current object.

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

Syntax

C#
public void AssignFrom(
	TableCellCollection source
)
Visual Basic
Public Sub AssignFrom ( _
	source As TableCellCollection _
)

Parameters

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

See Also