alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridOverlappingCellInfoCollection

    Inheritance
    System.Object
    GridOverlappingCellInfoCollection
    Implements
    IOverlappingCellProvider
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridOverlappingCellInfoCollection : List<OverlappingCellInfo>, 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
    System.Boolean

    Ranges

    Declaration
    public GridRangeInfoList Ranges { get; }
    Property Value
    Type
    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
    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
    OverlappingCellInfo

    Implements

    IOverlappingCellProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved