Enum HyperlinkActionType
HyperlinkActionType enumeration
Hyperlink has two action type: UrlLink and CellCommand. UrlLink type hyperlink is an anchor in a cell, click it will navigate to another page or open a new browser window. CellCommand type hyperlink is an command button in a cell, click it will generate a server side event.
public enum HyperlinkActionType
Values
Name | Value | Description |
---|---|---|
UrlLink | 0 | Url link. An anchor in a cell. |
CellCommand | 1 | Cell command button. |
SimpleImage | 2 | just simple image |
Remarks
NOTE: This class is now obsolete. please use GridHyperlink Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb