TReplaceAction Class
Specifies actions to do in every replacement.
Syntax
Unit: FlexCel.Core
TReplaceAction = class(TFlexCelObject);
Properties
Name |
Description |
Row |
Row of the replaced cell.
|
Col |
Column of the replaced cell.
|
ReplacementNumber |
Number of replacement being made. This number will be 1 for the first replacement, 2 for the second and so on.
|
SkipReplacement |
Set this value to true to skip the current replacement.
|
XF |
Format for the replaced cell. Change it if you want to provide custom format for the cell.
|
CellValue |
Value of the replaced cell. You can change it to something else.
|