Interface IHyperLink
Represents a hyperlink.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IHyperLink : IParentApplication
Properties
Address
Returns or sets the address of the target document.
Declaration
string Address { get; set; }
Property Value
Type |
---|
System.String |
AttachedType
Represents the hyperlink attached object name.
Declaration
ExcelHyperlinkAttachedType AttachedType { get; }
Property Value
Type |
---|
ExcelHyperlinkAttachedType |
Name
Returns a name of the object.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |
Range
Returns a Range object that represents the range the specified hyperlink is attached to.
Declaration
IRange Range { get; }
Property Value
Type |
---|
IRange |
ScreenTip
Returns or sets the ScreenTip text for the specified hyperlink.
Declaration
string ScreenTip { get; set; }
Property Value
Type |
---|
System.String |
Shape
Get object that represents the shape for the hyperlink.
Declaration
IShape Shape { get; }
Property Value
Type |
---|
IShape |
SubAddress
Returns or sets the location within the document associated with the hyperlink.
Declaration
string SubAddress { get; set; }
Property Value
Type |
---|
System.String |
TextToDisplay
Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
Declaration
string TextToDisplay { get; set; }
Property Value
Type |
---|
System.String |
Type
Returns or sets the object type.
Declaration
ExcelHyperLinkType Type { get; set; }
Property Value
Type |
---|
ExcelHyperLinkType |