Class QueryExportRowRangeEventArgs
Provides data for QueryExportRowRange event.
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class QueryExportRowRangeEventArgs : SyncfusionCancelEventArgs
Constructors
QueryExportRowRangeEventArgs(Element, WTable)
Initializes a new instance of the QueryExportRowRangeEventArgs class.
Declaration
public QueryExportRowRangeEventArgs(Element tableElement, WTable wTable)
Parameters
Type | Name | Description |
---|---|---|
Element | tableElement | The table element in the grid. |
WTable | wTable | The table in word document. |
Properties
Element
Gets or sets the current element.
Declaration
public Element Element { get; set; }
Property Value
Type |
---|
Element |
WTable
Get or sets the table in the word document.
Declaration
public WTable WTable { get; set; }
Property Value
Type |
---|
WTable |