Class SpreadsheetHyperlink
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SpreadsheetHyperlink
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetHyperlink : EJTagHelper
Constructors
SpreadsheetHyperlink()
Declaration
public SpreadsheetHyperlink()
Properties
Address
Specifies Hyperlink Address.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |