ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / IsSingleCell Method

In This Topic
    IsSingleCell Method (DataGridCellsRange)
    In This Topic
    Determines whether this range is a single cell.
    Syntax
    'Declaration
     
    
    Public Function IsSingleCell() As Boolean
    public bool IsSingleCell()

    Return Value

    true if this range is single cell; otherwise, false.
    See Also