Spread Silverlight Documentation
StartRow Property (CalcRangeExpression)


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

Property Value

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

Reference

CalcRangeExpression Class
CalcRangeExpression Members