Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / Row Property


In This Topic
Row Property (ExpressionView)
In This Topic
Gets the top row index of this ExpressionView in the Worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ExpressionView
Dim value As Integer
 
value = instance.Row

Property Value

An integer value indicates the top row index.
See Also