Spread Silverlight Documentation
EndRow Property (CalcSheetRangeExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class : EndRow Property
Gets the ending row index of the range.
Syntax
'Declaration
 
Public ReadOnly Property EndRow As System.Integer
'Usage
 
Dim instance As CalcSheetRangeExpression
Dim value As System.Integer
 
value = instance.EndRow
public System.int EndRow {get;}

Property Value

A System.Int32 value that represents the ending row index of the range.
See Also

Reference

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members