Gets the hyperlink object at specified row and column index.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IHyperlink this[
	int row,
	int col
] { get; }
Public ReadOnly Default Property Item ( 
	row As Integer,
	col As Integer
) As IHyperlink
	Get
public:
property IHyperlink^ default[int row, int col] {
	IHyperlink^ get (int row, int col);
}
member Item : IHyperlink with get

Parameters

row
Int32
row index.
col
Int32
column index.

Property Value

IHyperlink

See Also