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

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

    Return Value

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