SpreadsheetHyperlink Class
Hyperlink class.
- Inheritance:
- System.ObjectSpreadsheetHyperlink
Properties
Exists
If hyperlink exists returns true, otherwise returns false.
Property Value
- System.Boolean
IsExternal
Defines if hyperlink location is in this excel file.
Property Value
- System.Boolean
Location
Gets or sets the location string for hyperlink.
Property Value
- System.String
ToolTip
Gets or sets ToolTip for hyperlink.
Property Value
- System.String
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this SpreadsheetHyperlink instance.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
obj
- System.Object
The System.Object to compare with this SpreadsheetHyperlink instance.
Returns
- System.Boolean
true if the specified System.Object is a SpreadsheetHyperlink and is equal to this SpreadsheetHyperlink instance; otherwise, false.
Overrides
GetHashCode()
Returns a hash code for this SpreadsheetHyperlink instance.
Returns
- System.Int32
An integer value that specifies a hash value for this SpreadsheetHyperlink instance.
Overrides
Operators
Equality(SpreadsheetHyperlink, SpreadsheetHyperlink)
Determines whether first
and second
SpreadsheetHyperlinks are equal.
public static bool operator ==(SpreadsheetHyperlink first, SpreadsheetHyperlink second)
Public Shared Operator =(first As SpreadsheetHyperlink, second As SpreadsheetHyperlink) As Boolean
Parameters
first
- SpreadsheetHyperlink
The first SpreadsheetHyperlink.
second
- SpreadsheetHyperlink
The second SpreadsheetHyperlink.
Returns
- System.Boolean
true if first
and second
SpreadsheetHyperlinks are equal; otherwise, false.
Inequality(SpreadsheetHyperlink, SpreadsheetHyperlink)
Determines whether first
and second
SpreadsheetHyperlinks are not equal.
public static bool operator !=(SpreadsheetHyperlink first, SpreadsheetHyperlink second)
Public Shared Operator <>(first As SpreadsheetHyperlink, second As SpreadsheetHyperlink) As Boolean
Parameters
first
- SpreadsheetHyperlink
The first SpreadsheetHyperlink.
second
- SpreadsheetHyperlink
The second SpreadsheetHyperlink.
Returns
- System.Boolean
true if first
and second
SpreadsheetHyperlinks are not equal; otherwise, false.