GrapeCity.Xaml.CalcEngine
StartRow Property (CalcExternalRangeExpression)


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

Property Value

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

Reference

CalcExternalRangeExpression Class
CalcExternalRangeExpression Members