GridQueryDependentCellValueEventArgs Class
Inheritance
System.Object
GridQueryDependentCellValueEventArgs
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class GridQueryDependentCellValueEventArgs : EventArgs
Constructors
Declaration
public GridQueryDependentCellValueEventArgs()
Declaration
public GridQueryDependentCellValueEventArgs(int rowindex, int columnindex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
rowindex |
|
| System.Int32 |
columnindex |
|
Properties
Declaration
public bool Cancel { get; set; }
Property Value
Declaration
public string CellValue { get; set; }
Property Value
Declaration
public int ColumnIndex { get; }
Property Value
Declaration
public int RowIndex { get; }
Property Value