diff --git a/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md b/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md index de4945af..26a788d2 100644 --- a/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md +++ b/docs/how-to-add-custom-ui-to-a-spreadsheet-document.md @@ -169,86 +169,11 @@ Given a reference to the ribbon extensibility part, the following code finishes The following is the complete **AddCustomUI** code sample in C\# and Visual Basic. -```csharp - static public void AddCustomUI(string fileName, string customUIContent) - { - // Add a custom UI part to the document. - // Use this sample XML to test: - // - // - // - // - // - //