Class SpreadsheetHyperlinkBuilder<T>
Specifies the class for hyperlink builder.
Inheritance
System.Object
SpreadsheetHyperlinkBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetHyperlinkBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SpreadsheetHyperlinkBuilder(Cell)
Initializes a new instance of the SpreadsheetHyperlinkBuilder<T> with the specified cell.
Declaration
public SpreadsheetHyperlinkBuilder(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell | The cell using Cell object. |
Methods
CellAddr(String)
Specifies the cell addrees in hyperlink.
Declaration
public SpreadsheetHyperlinkBuilder<T> CellAddr(string cellAddr)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellAddr | The cell address of a hyperlink. |
Returns
Type | Description |
---|---|
SpreadsheetHyperlinkBuilder<T> |
WebAddr(String)
Specifies the web address in hyperlink.
Declaration
public SpreadsheetHyperlinkBuilder<T> WebAddr(string webAddr)
Parameters
Type | Name | Description |
---|---|---|
System.String | webAddr | The web address of a hyperlink. |
Returns
Type | Description |
---|---|
SpreadsheetHyperlinkBuilder<T> |