上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: TMS FlexCel 导出HTML设置 属性和方法 TFlexCelHtmlExport.HtmlVersion property HtmlVersion: THtmlVersion 生成的 HTML 版本。 THtmlVersion 定义导出时将使用的 HTML 版本。 unit FlexCel 阅读全文
posted @ 2022-09-30 17:16 txgh 阅读(149) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 导出HTML 属性和方法 TFlexCelHtmlExport 用于将 Excel 文件导出为 HTML 的组件。 unit FlexCel.Render TFlexCelHtmlExport.Create constructor Create(const aWorkbook 阅读全文
posted @ 2022-09-22 15:58 txgh 阅读(160) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 导出PDF设置 属性和方法 TFlexCelPdfExport.Compress property Compress: Boolean 当为true时,PDF文件将被压缩。默认值 true。 TFlexCelPdfExport.PageLayout property Page 阅读全文
posted @ 2022-09-07 15:38 txgh 阅读(408) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 导出PDF2 属性和方法 TFlexCelPdfExport.Workbook property Workbook: TExcelFile 要打印的 Excel 文件。 TFlexCelPdfExport.CurrentPage property CurrentPage: I 阅读全文
posted @ 2022-09-02 16:26 txgh 阅读(252) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 导出PDF 属性和方法 TFlexCelPdfExport 用于将Excel文件导出为PDF的组件。 unit FlexCel.Render TFlexCelPdfExport.Create constructor Create(const aWorkbook: TExcel 阅读全文
posted @ 2022-08-27 11:21 txgh 阅读(523) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel Sheet工作表选择和查找 属性和方法 TXlsFile.GetSheetIndex function GetSheetIndex(const sheetName: string): Integer; function GetSheetIndex(const sheetNam 阅读全文
posted @ 2022-08-23 09:33 txgh 阅读(293) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel Sheet工作表删除清空 属性和方法 TXlsFile.ClearSheet procedure ClearSheet; 清除活动工作表上的所有数据,但不删除它。 TXlsFile.DeleteSheet procedure DeleteSheet(const aSheetC 阅读全文
posted @ 2022-08-16 10:57 txgh 阅读(325) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel Sheet工作表新增复制 属性和方法 TExcelFile.AddSheet procedure AddSheet; 在文件末尾插入一个空工作表。 这相当于调用 InsertAndCopySheets(0, SheetCount + 1, 1)。如果您需要插入多个工作表,或者 阅读全文
posted @ 2022-08-06 10:28 txgh 阅读(332) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel Sheet工作表信息 属性和方法 TXlsFile.SheetCount property SheetCount: Integer 文件中工作表数。 TXlsFile.SheetCountVisible property SheetCountVisible: Integer 阅读全文
posted @ 2022-07-27 17:32 txgh 阅读(302) 评论(0) 推荐(0) 编辑
摘要: TMS FlexCel 打印Excel 属性和方法 TFlexCelPrintDocument 使用此类以本机方式打印 Excel 文件。 此类使用Delphi中标准Printer对象的设置,因此要更改大多数设置,您应该更改Printer的设置。您还可以使用标准的 Delphi PrintDialo 阅读全文
posted @ 2022-07-21 14:17 txgh 阅读(620) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页