Class GridHyperlinkCollection
Contents
[
Hide
]GridHyperlinkCollection class
Encapsulates a collection of GridHyperlink
objects.
public class GridHyperlinkCollection
Properties
Name | Description |
---|---|
Count { get; } | Gets the size of enumerator |
Item { get; } | Gets the GridHyperlink element at the specified index. |
Methods
Name | Description |
---|---|
Add(string, string) | Adds a hyperlink to a specified cell . |
Add(string, int, int, string) | Adds a hyperlink to a specified cell or a range of cells. |
Add(int, int, int, int, string) | Adds a hyperlink to a specified cell or a range of cells. |
Add(string, string, string, string, string) | Adds a hyperlink to a specified cell or a range of cells. |
Clear() | Clears all hyperlinks. |
GetHyperlink(GridCell) | Gets the cell’s Hyperlink object. If there is no Hyperlink of the cell, returns null. |
GetHyperlink(int, int) | Gets the cell’s Hyperlink object. If there is no Hyperlink of the cell, returns null. |
Remove(GridCellArea) | Remove the hyperlink at the specified area. |
RemoveAt(int) | Remove the hyperlink at the specified index. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb