WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridQueryCoveredRangeEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridQueryCoveredRangeEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridQueryCoveredRangeEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    System.EventArgs.Empty
    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.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class GridQueryCoveredRangeEventArgs : GridHandledEventArgs

    Constructors

    GridQueryCoveredRangeEventArgs(RowColumnIndex)

    Initalizes a new object.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The RowColumn index.

    GridQueryCoveredRangeEventArgs(RowColumnIndex, CoveredCellInfo)

    Initalizes a new object.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex, CoveredCellInfo range)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The RowColumn index.

    CoveredCellInfo range

    A CoveredCellInfo that will receive the resulting range for the covered cell.

    Properties

    Cell

    Gets the value indicating the instance of specified cell.

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    Range

    A CoveredCellInfo that will receive the resulting range for the covered cell.

    Declaration
    public CoveredCellInfo Range { get; set; }
    Property Value
    Type Description
    CoveredCellInfo

    An instance of CoveredCellInfo.

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