TxtLoadStyleStrategy
TxtLoadStyleStrategy enumeration
指定将字符串值转换为数字或日期时间时如何为解析值应用样式。
public enum TxtLoadStyleStrategy
价值观
姓名 | 价值 | 描述 |
---|---|---|
None | 0 | 不为解析值设置样式。 |
BuiltIn | 1 | 当解析的值为纯数字/日期时间值时,将样式设置为内置数字/日期时间。 |
ExactFormat | 2 | 为解析的值设置精确的自定义格式,以使格式化的值与原始输入的值相同。 |
也可以看看
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells