Class GridHyperlinkCollection
Contents
[
Hide
]GridHyperlinkCollection class
Encapsulates a collection of Hyperlink objects.
public class GridHyperlinkCollection : CollectionBase
Properties
Name | Description |
---|---|
Count { get; } | |
Item { get; } | Gets the Hyperlink element at the specified index. (2 indexers) |
Methods
Name | Description |
---|---|
Add(string, string) | Adds a hyperlink to a specified cell . |
Add(int, int, string) | Adds a hyperlink to a specified cell at row column index. |
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. |
Remove(int, int) | |
RemoveAt(int) | Remove the hyperlink at the specified index. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop