at Aspose.Cells.FormatConditionCollection.(FormatConditionCollection , CopyOptions )
at Aspose.Cells.ConditionalFormattingCollection.(ConditionalFormattingCollection , CopyOptions )
at Aspose.Cells.Worksheet.Copy(Worksheet sourceSheet, CopyOptions copyOption)
at Aspose.Cells.WorksheetCollection.(WorksheetCollection )
at Aspose.Cells.Workbook.Copy(Workbook source)
int conditionIndexLc = fcsLc.AddCondition(FormatConditionType.Expression);
FormatCondition fcLc = fcsLc[conditionIndexLc];
conditionalAreaLc.StartColumn = conditioningRangeLc[dataRowCount, totalflags].Column;
conditionalAreaLc.EndColumn = conditioningRangeLc[dataRowCount, totalflags].Column;
conditionalAreaLc.StartRow = conditioningRangeLc[dataRowCount, totalflags].Row;
conditionalAreaLc.EndRow = conditioningRangeLc[dataRowCount, totalflags].Row;
fcsLc.AddArea(conditionalAreaLc);
workBook.Copy(workbookDesigner.Workbook);