WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridOverlappingCellInfoCollection

    Show / Hide Table of Contents

    Class GridOverlappingCellInfoCollection

    Inheritance
    System.Object
    System.Collections.Generic.List<OverlappingCellInfo>
    GridOverlappingCellInfoCollection
    Implements
    System.Collections.Generic.IList<OverlappingCellInfo>
    System.Collections.Generic.ICollection<OverlappingCellInfo>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<OverlappingCellInfo>
    System.Collections.Generic.IReadOnlyCollection<OverlappingCellInfo>
    System.Collections.Generic.IEnumerable<OverlappingCellInfo>
    System.Collections.IEnumerable
    IOverlappingCellProvider
    Inherited Members
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Add(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.BinarySearch(System.Int32, System.Int32, Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Collections.Generic.IComparer<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.BinarySearch(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.BinarySearch(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Collections.Generic.IComparer<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Clear()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Contains(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.ConvertAll<TOutput>(System.Converter<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, TOutput>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.CopyTo(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo[])
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.CopyTo(System.Int32, Syncfusion.Windows.Controls.Cells.OverlappingCellInfo[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.CopyTo(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo[], System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Exists(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Find(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindAll(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindIndex(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindIndex(System.Int32, System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindLast(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindLastIndex(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.ForEach(System.Action<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.Generic.IEnumerable<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.IndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.IndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.IndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Insert(System.Int32, Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.LastIndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.LastIndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.LastIndexOf(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Remove(Syncfusion.Windows.Controls.Cells.OverlappingCellInfo)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.RemoveAll(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Reverse()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Sort()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Sort(System.Collections.Generic.IComparer<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Sort(System.Comparison<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.ToArray()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.TrueForAll(System.Predicate<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>)
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Capacity
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Count
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.Generic.ICollection<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.Windows.Controls.Cells.OverlappingCellInfo>.System.Collections.IList.Item[System.Int32]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridOverlappingCellInfoCollection : List<OverlappingCellInfo>, IList<OverlappingCellInfo>, ICollection<OverlappingCellInfo>, IList, ICollection, IReadOnlyList<OverlappingCellInfo>, IReadOnlyCollection<OverlappingCellInfo>, IEnumerable<OverlappingCellInfo>, IEnumerable, IOverlappingCellProvider

    Constructors

    GridOverlappingCellInfoCollection(GridModel)

    Declaration
    public GridOverlappingCellInfoCollection(GridModel gridModel)
    Parameters
    Type Name Description
    GridModel gridModel

    Properties

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Ranges

    Declaration
    public GridRangeInfoList Ranges { get; }
    Property Value
    Type Description
    GridRangeInfoList

    Methods

    Find(Int32, Int32, out GridRangeInfo)

    Declaration
    public bool Find(int rowIndex, int columnIndex, out GridRangeInfo coveredRange)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex
    GridRangeInfo coveredRange
    Returns
    Type Description
    System.Boolean

    GetOverlappingCell(Int32, Int32)

    Declaration
    public OverlappingCellInfo GetOverlappingCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 columnIndex
    Returns
    Type Description
    OverlappingCellInfo

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IOverlappingCellProvider

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved