Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / IsOneCell Method


In This Topic
    IsOneCell Method (Reference)
    In This Topic
    Gets a value indicating whether this reference is one cell.
    Syntax
    'Declaration
     
    
    Public Function IsOneCell() As Boolean
    'Usage
     
    
    Dim instance As Reference
    Dim value As Boolean
     
    value = instance.IsOneCell()
    public bool IsOneCell()

    Return Value

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