Skip to content

Commit 8895bef

Browse files
Merge pull request #503 from telerik/vladislav-todorov-patch-5
Removed double semi-colon
2 parents a9b4e2e + 84afc59 commit 8895bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/radspreadprocessing/features/conditional-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Each of the classes listed in **Table 1** above expose constructors enabling you
117117

118118
// Create conditional formatting and add it to the desired range of cells
119119
ConditionalFormatting conditionalFormatting = new ConditionalFormatting(rule);
120-
worksheet.Cells[1, 2, 12, 2].AddConditionalFormatting(conditionalFormatting);;
120+
worksheet.Cells[1, 2, 12, 2].AddConditionalFormatting(conditionalFormatting);
121121
{{endregion}}
122122

123123
#### Between rule applied on a range of values

0 commit comments

Comments
 (0)