AssignFrom(RenderObject,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Assigns (copies) properties from another
RenderObject to the current object. Calls the base
RenderObject.AssignFrom method. If is a
RenderTable, also copies
RenderTable-specific properties.
Syntax
'Declaration
Public Overloads Overridable Sub AssignFrom( _
ByVal As RenderObject, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
public virtual void AssignFrom(
RenderObject ,
bool ,
bool ,
bool ,
bool ,
bool ,
bool ,
bool
)
Parameters
- source
- The source object to copy properties from.
- assignDataBinding
- Indicates whether the C1.C1Preview.DataBinding property should be copied.
- assignChildren
- Indicates whether the elements of the Children collection should be copied.
- assignAnchors
- Indicates whether the elements of the Anchors collection should be copied.
- assignHyperlink
- Indicates whether the Hyperlink property should be copied.
- assignElements
- Indicates whether rows, columns, cells, row, column and user cell groups should be copied.
- assignName
- Indicates whether the Name property should be copied.
- assignStyle
- Indicates whether the Style property should be copied.
See Also