WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellInfoCollection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellInfoCollection

    Inheritance
    System.Object
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>
    GraphicCellInfoCollection
    Implements
    System.Collections.Generic.IList<GraphicCellSpanInfo>
    System.Collections.Generic.ICollection<GraphicCellSpanInfo>
    System.Collections.Generic.IEnumerable<GraphicCellSpanInfo>
    System.Collections.IEnumerable
    Inherited Members
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.IndexOf(GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Insert(Int32, GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.RemoveAt(Int32)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Clear()
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Contains(GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.CopyTo(GraphicCellSpanInfo[], Int32)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Remove(GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.GetEnumerator()
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.IEnumerable.GetEnumerator()
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.ItemAdded(GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.ItemRemoved(GraphicCellSpanInfo)
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Item[Int32]
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.Count
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>.IsReadOnly
    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 GraphicCellInfoCollection : GraphicCellSpanInfoCollection<GraphicCellSpanInfo>, IList<GraphicCellSpanInfo>, ICollection<GraphicCellSpanInfo>, IEnumerable<GraphicCellSpanInfo>, IEnumerable

    Constructors

    GraphicCellInfoCollection()

    Declaration
    public GraphicCellInfoCollection()

    Methods

    Add(GraphicCellSpanInfo)

    Declaration
    public void Add(GraphicCellSpanInfo span)
    Parameters
    Type Name Description
    GraphicCellSpanInfo span

    FindIndex(Int32, Int32)

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

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    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 - 2022 Syncfusion Inc. All Rights Reserved