Spread Silverlight Documentation
RowRelative Property (CalcExternalCellExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcExternalCellExpression 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 CalcExternalCellExpression
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

CalcExternalCellExpression Class
CalcExternalCellExpression Members