Spread Windows Forms 12.0 Product Documentation
Row Property (ExpressionView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionView Class : Row Property
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
public int Row {get;}

Property Value

An integer value indicates the top row index.
See Also

Reference

ExpressionView Class
ExpressionView Members