TFlxApplyBorders.Apply Method
This method will modify existingFormat with the properties from newFormat that are specified on this class
Syntax
Unit: FlexCel.Core
function TFlxApplyBorders.Apply(var existingFormat: TFlxBorders; const newFormat: TFlxBorders): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
var |
existingFormat |
TFlxBorders |
Existing format that will be updated with the properties of newFormat specified. |
const |
newFormat |
TFlxBorders |
New format to apply |
Returns
True if there was any change on existingFormat, false otherwise.
See also