TLinkedStyle.Assign Method
Copies a new style into this object.
Syntax
Unit: FlexCel.Core
procedure TLinkedStyle.Assign(const newStyle: TLinkedStyle);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | newStyle | TLinkedStyle | Style with the values to copy. |