DataViewBase.ExportToDocx Method
Name | Parameters | Description |
---|---|---|
ExportToDocx(Stream, DocxExportOptions) | stream, options | Exports a grid to the specified stream in DOCX format, using the specified DOCX-specific options. |
ExportToDocx(Stream) | stream | Exports a grid to the specified stream in DOCX format. |
ExportToDocx(String, DocxExportOptions) | filePath, options | Exports a grid to the specified file path in DOCX format, using the specified DOCX-specific options. |
ExportToDocx(String) | filePath | Exports a grid to the specified file path in DOCX format. |