Links in WPF SpreadsheetControl (Classic)

5 May 20211 minute to read

A hyperlink is a convenient way to navigate from one workbook to another workbook. Links created in the native Excel will be imported to the Spreadsheet Control. You can also add new links.

You can add the hyperlink to the spreadsheet cell using the Insert Hyperlink dialog box. You can open the Insert Hyperlink dialog using the HyperlinkCommand.

Links_img1

The following code illustrates how to bind the HyperlinkCommand__a button:

  • XAML
  • <Button Command="{Binding Path= HyperlinkCommand}">
    
    </Button>