Skip to content

Commit e24211a

Browse files
authored
Remapping cell control from a class to a type (#975)
1 parent 4954cac commit e24211a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

snippet-extractor-metadata/excel.xlsx

-18 Bytes
Binary file not shown.

snippet-extractor-output/snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
context.application.calculate(Excel.CalculationType.recalculate);
446446
await context.sync();
447447
});
448-
'Excel.CellControl:class':
448+
'Excel.CellControl:type':
449449
- >-
450450
// Link to full sample:
451451
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/range-cell-control.yaml

0 commit comments

Comments
 (0)