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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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