Spread Windows Forms 12.0 Product Documentation
IsOneCell Method (RangeReference)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure : IsOneCell Method
Gets a value indicating whether this reference is one cell.
Syntax
'Declaration
 
Public Function IsOneCell() As Boolean
'Usage
 
Dim instance As RangeReference
Dim value As Boolean
 
value = instance.IsOneCell()
public bool IsOneCell()

Return Value

true if this reference is one cell; otherwise, false.
See Also

Reference

RangeReference Structure
RangeReference Members