Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellRange Class / IsSingleCell Property


In This Topic
    IsSingleCell Property
    In This Topic
    Gets a value that indicates whether this range contains a single cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSingleCell As Boolean
    'Usage
     
    
    Dim instance As GridCellRange
    Dim value As Boolean
     
    value = instance.IsSingleCell
    public bool IsSingleCell {get;}
    See Also