Show / Hide Table of Contents

Class Hyperlink

Inheritance
System.Object
Hyperlink
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Hyperlink : object

Constructors

Hyperlink()

Declaration
public Hyperlink()

Hyperlink(String, String)

Declaration
public Hyperlink(string location, string display)
Parameters
Type Name Description
System.String location
System.String display

Properties

Display

Declaration
public string Display { get; set; }
Property Value
Type Description
System.String

ExternalUri

Declaration
public Uri ExternalUri { get; set; }
Property Value
Type Description
Uri

IsExternal

Declaration
public bool IsExternal { get; set; }
Property Value
Type Description
System.Boolean

Location

Declaration
public string Location { get; set; }
Property Value
Type Description
System.String

Source

Declaration
public Range Source { get; set; }
Property Value
Type Description
Range

TargetCell

Declaration
public Cell TargetCell { get; set; }
Property Value
Type Description
Cell

Tooltip

Declaration
public string Tooltip { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX