<?xml version="1.0"?>
<doc>
<assembly>
<name>EPPlus</name>
</assembly>
<members>
<member name="T:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute">
<summary>
This attributes can only be used on properties that are of the type IDictionary<string, string>.
Columns will be added based on the items in <see cref="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.ColumnHeaders"/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.ColumnHeaders">
<summary>
The values of this array will be used to generate columns (one column for each item).
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EPPlusDictionaryColumnAttribute.KeyId">
<summary>
Should be unique within all attributes. Will be used to retrieve the keys of the Dictionary
that also will be used to create the columns for this property.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute">
<summary>
Use this attribute on a class or an interface to insert a column with a formula
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute.Formula">
<summary>
The spreadsheet formula (don't include the leading '='). If you use the {row} placeholder in the formula it will be replaced with the actual row of each cell in the column.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusFormulaTableColumnAttribute.FormulaR1C1">
<summary>
The spreadsheet formula (don't include the leading '=') in R1C1 format.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusIgnore">
<summary>
Use this attribute to indicate that the attribute target should be ignored.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to support complex type properties/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusNestedTableColumnAttribute.HeaderPrefix">
<summary>
This will prefix all names derived by members in the complex type.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableAttribute">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to configure parameters for the functions/>
</summary>
</member>
<member name="M:OfficeOpenXml.Attributes.EpplusTableAttribute.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.TableStyle">
<summary>
Table style
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.PrintHeaders">
<summary>
If true, there will be a header row with column names over the data
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowFirstColumn">
<summary>
If true, the first column of the table is highlighted
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowLastColumn">
<summary>
If true, the last column of the table is highlighted
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.ShowTotal">
<summary>
If true, a totals row will be added under the table data. This should be used in combination with <see cref="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.TotalsRowFunction"/> on the column attributes.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.AutofitColumns">
<summary>
If true, column width will be adjusted to cell content
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.AutoCalculate">
<summary>
If true, EPPlus will calculate the table range when the data has been read into the spreadsheet and store the results
in the Value property of each cell.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableAttribute.NumberFormatProviderType">
<summary>
If set, this <see cref="T:System.Type"/> must be implementing the <see cref="T:OfficeOpenXml.LoadFunctions.IExcelNumberFormatProvider"/> interface. If not an Exception will be thrown.
Note that the implementing type must have an empty constructor.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableColumnAttribute">
<summary>
Use this attribute on a Method, Property or a Field to set parameters for how an object should be represented when imported to a range.
</summary>
</member>
<member name="T:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase">
<summary>
Attribute used by <see cref="M:OfficeOpenXml.ExcelRangeBase.LoadFromCollection``1(System.Collections.Generic.IEnumerable{``0})" /> to configure column parameters for the functions/>
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Order">
<summary>
Order of the columns value, default value is 0
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Header">
<summary>
Name shown in the header row, overriding the property name
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.NumberFormat">
<summary>
Excel format string for the column
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.NumberFormatId">
<summary>
A number to be used in a NumberFormatProvider.
Default value is int.MinValue, which means it will be ignored.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.Hidden">
<summary>
If true, the entire column will be hidden.
</summary>
</member>
<member name="P:OfficeOpenXml.Attributes.EpplusTableColumnAttributeBase.UseBuiltInHyperlinkStyle">
<summary>
Indicates whether the Built in (default) hyperlink style should be
applied to hyperlinks or not. Default value is true.
</summ
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
详细说明:https://tingyu.blog.csdn.net/article/details/140027375 软件运行环境:Win10 x64 编译工具:Visual Studio 2022 数据库:Sqlite3 开发语言:C# 本文介绍了一款使用C#开发的代码行数统计软件。该软件允许用户通过选择文件目录和设置统计项目类型,来统计指定目录下的代码行数。软件提供了三种统计方式:按文件名统计、按文件类型统计、按文件目录统计,并能计算出包括总行数、注释行数、空行数等在内的详细数据结果。此外,软件还提供了扩展功能,允许有一定编程能力的用户自定义支持的项目类型和扩展文件名,以满足特定需求。
资源推荐
资源详情
资源评论









格式:rar 资源大小:368.1KB









格式:rar 资源大小:7.8MB






格式:zip 资源大小:51.8MB


格式:pdf 资源大小:292.3KB 页数:15



格式:zip 资源大小:1.2MB

收起资源包目录





































































































共 123 条
- 1
- 2
资源评论


孤蓬&听雨
- 粉丝: 3w+
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 金融经济管理中信息化的应用及创新研究.docx
- 基于IBM-FlashSystem的流程银行解决方案.pdf
- 国赛中职网络搭建及应用竞赛规程.doc
- 图形专业为船舶设计方案行业带来全新体验悠游于UG软件设计方案过程中.doc
- 项目管理信息化平台助推企业管理提升研究.docx
- 基于VB的人事管理系统方案设计书与实现.doc
- 大数据处理技术的现状与展望.docx
- 浅论通信工程的安全管理.docx
- 《网络工程规划设计方案》习题.doc
- 深度学习面试全方位指南(涵盖数学、机器学习、深度学习、计算机视觉、自然语言处理及 SLAM 等领域)
- 化工自动化及仪表之过程特性培训.ppt
- WEB的菲特尼斯健身中心管理完整开发.doc
- 海洋数据库建设规范.doc
- 网络环境下建构图书馆联盟的问题思考.docx
- 分享有趣的计算机视觉算法demo和教程
- 软件定义网络SDN解决方案建议书.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
