Class GridOverlappingCellInfoCollection
Inheritance
System.Object
GridOverlappingCellInfoCollection
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridOverlappingCellInfoCollection : List<OverlappingCellInfo>, IOverlappingCellProvider
Constructors
GridOverlappingCellInfoCollection(GridModel)
Declaration
public GridOverlappingCellInfoCollection(GridModel gridModel)
Parameters
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Ranges
Declaration
public GridRangeInfoList Ranges { get; }
Property Value
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
GetOverlappingCell(Int32, Int32)
Declaration
public OverlappingCellInfo GetOverlappingCell(int rowIndex, int columnIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
rowIndex |
|
System.Int32 |
columnIndex |
|
Returns
Implements