Spread Silverlight Documentation
StartRow Property (CalcSheetRangeExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression Class : StartRow Property
Gets the starting row index of the range.
Syntax
'Declaration
 
Public ReadOnly Property StartRow As System.Integer
'Usage
 
Dim instance As CalcSheetRangeExpression
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

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members