update 20250819 sf
This commit is contained in:
@@ -77,6 +77,43 @@
|
||||
</param>
|
||||
<param name="mode">The exporting Mode</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.application">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.XlsIO.IApplication"/> to instantiate various kinds of applications.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.ExportMode">
|
||||
<summary>
|
||||
Gets or sets the export mode(Cell/PivotTable) to export.
|
||||
</summary>
|
||||
<value>The export mode.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.excelEngine">
|
||||
<summary>
|
||||
Gets or sets the engine used to export the control to excel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.workBook">
|
||||
<summary>
|
||||
Gets or sets the workbook to be added in excel document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.sheet">
|
||||
<summary>
|
||||
Gets or sets the worksheet to be added in workbook .
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.gridcontrol1">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.
|
||||
</summary>
|
||||
<value>The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.GridCollection">
|
||||
<summary>
|
||||
Gets or sets the collection of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PivotConverter.ExcelExport.Dispose">
|
||||
<summary>
|
||||
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
||||
@@ -122,43 +159,6 @@
|
||||
<param name="hexVal">The hexadecimal value string.</param>
|
||||
<returns>The corresponding color for hexadecimal value.</returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.application">
|
||||
<summary>
|
||||
Gets or sets the <see cref="T:Syncfusion.XlsIO.IApplication"/> to instantiate various kinds of applications.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.ExportMode">
|
||||
<summary>
|
||||
Gets or sets the export mode(Cell/PivotTable) to export.
|
||||
</summary>
|
||||
<value>The export mode.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.excelEngine">
|
||||
<summary>
|
||||
Gets or sets the engine used to export the control to excel.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.workBook">
|
||||
<summary>
|
||||
Gets or sets the workbook to be added in excel document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.sheet">
|
||||
<summary>
|
||||
Gets or sets the worksheet to be added in workbook .
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.gridcontrol1">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.
|
||||
</summary>
|
||||
<value>The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.ExcelExport.GridCollection">
|
||||
<summary>
|
||||
Gets or sets the collection of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PivotConverter.NamespaceDoc">
|
||||
<summary>
|
||||
The Syncfusion.PivotConverter namespace contains classes that provides the functionality of exporting the Essential PivotGridControl to an Excel sheet, a PDF or to a Word document.
|
||||
@@ -175,17 +175,17 @@
|
||||
</summary>
|
||||
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.PivotPdfExport.PivotGridControl">
|
||||
<summary>
|
||||
Gets the pivot grid control associated with the exporting.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PivotConverter.PivotPdfExport.Export(System.String)">
|
||||
<summary>
|
||||
Exports the pivot grid control to PDF document with the specified file name.
|
||||
</summary>
|
||||
<param name="fileName">The name of the PDF document.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.PivotPdfExport.PivotGridControl">
|
||||
<summary>
|
||||
Gets the pivot grid control associated with the exporting.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PivotConverter.PivotWordExport">
|
||||
<summary>
|
||||
Represents the class used to export the pivot grid control to word document.
|
||||
@@ -197,17 +197,17 @@
|
||||
</summary>
|
||||
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PivotConverter.PivotWordExport.pivotGridToWord(System.String)">
|
||||
<summary>
|
||||
Exports the pivot grid control to word document with the specified file name.
|
||||
</summary>
|
||||
<param name="fileName">The name of the word document.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PivotConverter.PivotWordExport.gridControl1">
|
||||
<summary>
|
||||
The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.
|
||||
</summary>
|
||||
<value>The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.</value>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PivotConverter.PivotWordExport.pivotGridToWord(System.String)">
|
||||
<summary>
|
||||
Exports the pivot grid control to word document with the specified file name.
|
||||
</summary>
|
||||
<param name="fileName">The name of the word document.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Reference in New Issue
Block a user