Skip to main content
A newer version of this page is available. .

XlPictureHyperlink.TargetFrame Property

Gets or sets the target frame in which to display the web page when the hyperlink is clicked.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public string TargetFrame { get; set; }

Property Value

Type Description
String

A String value representing a predefined name of the target window (frame). By default, it is an empty string.

Remarks

This property can be used to determine whether a new window should be launched to view the web page to which the hyperlink refers or if an existing one may be used. By default, a new window will be opened.

See Also