GridHyperlinkCollection.GetHyperlink

Gets the cell’s Hyperlink object. If there is no Hyperlink of the cell, returns null.

public GridHyperlink GetHyperlink(GridCell cell)
ParameterTypeDescription
cellGridCellThe GridCell object.

Return Value

GridHyperlink the GridHyperlink object.

See Also


Gets the cell’s Hyperlink object. If there is no Hyperlink of the cell, returns null.

public GridHyperlink GetHyperlink(int row, int column)
ParameterTypeDescription
rowInt32The row of the cell.
columnInt32The column of the cell.

Return Value

GridHyperlink the GridHyperlink object.

See Also