alexa
menu

Document Processing

    Show / Hide Table of Contents

    GridQueryDependentCellValueEventArgs Class

    Inheritance
    System.Object
    GridQueryDependentCellValueEventArgs
    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class GridQueryDependentCellValueEventArgs : EventArgs

    Constructors

    GridQueryDependentCellValueEventArgs()

    Declaration
    public GridQueryDependentCellValueEventArgs()

    GridQueryDependentCellValueEventArgs(Int32, Int32)

    Declaration
    public GridQueryDependentCellValueEventArgs(int rowindex, int columnindex)
    Parameters
    Type Name Description
    System.Int32 rowindex
    System.Int32 columnindex

    Properties

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    CellValue

    Declaration
    public string CellValue { get; set; }
    Property Value
    Type
    System.String

    ColumnIndex

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved