GrapeCity.Xaml.CalcEngine
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 Integer
'Usage
 
Dim instance As CalcSheetRangeExpression
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

CalcSheetRangeExpression Class
CalcSheetRangeExpression Members