Table of Contents

TReplaceAction Class

Specifies actions to do in every replacement.

Syntax

Namespace: FlexCel.Core

public class TReplaceAction

Properties

Name Description
CellValue Value of the replaced cell. You can change it to something else.
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.
Row Row of the replaced cell.
SkipReplacement Set this value to true to skip the current replacement.
Workbook File where the cell is being replaced.
XF Format for the replaced cell. Change it if you want to provide custom format for the cell.