Class QueryExportCellRangeEventArgs
Provides data for QueryExportCellRange event.
Inheritance
System.Object
System.EventArgs
QueryExportCellRangeEventArgs
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)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class QueryExportCellRangeEventArgs : SyncfusionHandledEventArgs
Constructors
QueryExportCellRangeEventArgs(GridStyleInfo, WTableCell)
Initializes a new instance of the QueryExportCellRangeEventArgs class.
Declaration
public QueryExportCellRangeEventArgs(GridStyleInfo style, WTableCell cell)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The grid cell style information. |
WTableCell | cell | The cell in word document table. |
Properties
GridCell
Gets or sets grid cell.
Declaration
public GridStyleInfo GridCell { get; set; }
Property Value
Type |
---|
GridStyleInfo |
TableCell
Gets or sets the word document table cell information.
Declaration
public WTableCell TableCell { get; set; }
Property Value
Type |
---|
WTableCell |