Class GridHyperlinkCollection

GridHyperlinkCollection class

Encapsulates a collection of Hyperlink objects.

public class GridHyperlinkCollection : CollectionBase

Properties

NameDescription
Count { get; }
Item { get; }Gets the Hyperlink element at the specified index. (2 indexers)

Methods

NameDescription
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