GridHyperlinkCollection.Item

GridHyperlinkCollection indexer (1 of 2)

Gets the Hyperlink element at the specified index.

public GridHyperlink this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also


GridHyperlinkCollection indexer (2 of 2)

Gets the Hyperlink element at the specified cell.

public GridHyperlink this[int row, int col] { get; }
ParameterDescription
rowThe row of the cell.
colThe col of the cell.

Return Value

The element at the specified index.you may get null if no hyperlinks find in this cell

See Also