Class GridQueryCoveredRangeEventArgs
Inheritance
System.Object
System.EventArgs
GridQueryCoveredRangeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |