Spread Silverlight Documentation
RowRelative Property (CalcCellExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcCellExpression Class : RowRelative Property
Gets a value indicating whether the row coordinate is relative.
Syntax
'Declaration
 
Public ReadOnly Property RowRelative As System.Boolean
'Usage
 
Dim instance As CalcCellExpression
Dim value As System.Boolean
 
value = instance.RowRelative
public System.bool RowRelative {get;}

Property Value

true if the row coordinate is relative; otherwise, false.
See Also

Reference

CalcCellExpression Class
CalcCellExpression Members