ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / MergedRange Property

In This Topic
    MergedRange Property (DataGridCellPresenter)
    In This Topic
    Gets the merged range this cell belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MergedRange As DataGridCellsRange
    public DataGridCellsRange MergedRange {get;}

    Property Value

    The merged range.
    See Also