Class GraphicCellInfoCollection
Inheritance
System.Object
GraphicCellInfoCollection
Implements
System.Collections.Generic.IList<GraphicCellSpanInfo>
System.Collections.Generic.ICollection<GraphicCellSpanInfo>
System.Collections.Generic.IEnumerable<GraphicCellSpanInfo>
System.Collections.IEnumerable
Inherited Members
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 |
---|
System.Int32 |
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable