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

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

    Return Value

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