Spread Silverlight Documentation
IsFullRow Property (CalcRangeExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcRangeExpression Class : IsFullRow Property
Gets a value indicating whether this instance is full row.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsFullRow As System.Boolean
'Usage
 
Dim instance As CalcRangeExpression
Dim value As System.Boolean
 
value = instance.IsFullRow
public virtual System.bool IsFullRow {get;}

Property Value

true if this instance is full row; otherwise, false.
See Also

Reference

CalcRangeExpression Class
CalcRangeExpression Members