GrapeCity.Xaml.CalcEngine
IsFullRow Property (CalcExternalRangeExpression)


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

Property Value

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

Reference

CalcExternalRangeExpression Class
CalcExternalRangeExpression Members