Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / IsWholeRow Property


In This Topic
IsWholeRow Property
In This Topic
Gets a value indicating whether this instance is whole row.
Syntax
'Declaration
 
Public ReadOnly Property IsWholeRow As Boolean
 
'Usage
 
Dim instance As RangeReference
Dim value As Boolean
 
value = instance.IsWholeRow

Property Value

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