Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / IsOneCell Method


In This Topic
    IsOneCell Method (RangeReference)
    In This Topic
    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()
    See Also