Table of Contents

TReplaceAction Class

Specifies actions to do in every replacement.

Syntax

Namespace: FlexCel.Core

public class TReplaceAction

Properties

Name Description
Workbook File where the cell is being replaced.
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.