Spread Windows Forms 12.0 Product Documentation
Row2 Property (ExpressionView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionView Class : Row2 Property
Gets the bottom row index of this ExpressionView in the Worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Row2 As Integer
'Usage
 
Dim instance As ExpressionView
Dim value As Integer
 
value = instance.Row2
public int Row2 {get;}

Property Value

An integer value indicates the bottom row index.
See Also

Reference

ExpressionView Class
ExpressionView Members