Spread Windows Forms 12.0 Product Documentation
Row Property (CellHyperlinkData)


GrapeCity.Spreadsheet Assembly > GrapeCity.CalcEngine Namespace > CellHyperlinkData Structure : Row Property
Gets the target top row index.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
'Usage
 
Dim instance As CellHyperlinkData
Dim value As Integer
 
value = instance.Row
public int Row {get;}

Property Value

An integer value represents the target top row index.
See Also

Reference

CellHyperlinkData Structure
CellHyperlinkData Members