SpreadsheetContentTypeProperty
SpreadsheetContentTypeProperty class
表示电子表格中的内容类型属性。
public sealed class SpreadsheetContentTypeProperty : MetadataProperty
特性
| 姓名 | 描述 | 
|---|---|
| Descriptor { get; } | 获取与元数据属性关联的描述符。 | 
| InterpretedValue { get; } | 获取已解释的属性值(如果可用)。 已解释的值是原始属性值的用户友好形式。 例如,它返回一个人类可读的字符串而不是数字标志和 id, 如有必要,将字节数组转换为文本等。 | 
| Name { get; } | 获取属性名称。 | 
| SpreadsheetPropertyType { get; } | 获取属性的类型。 | 
| SpreadsheetPropertyValue { get; } | 获取属性的值。 | 
| Tags { get; } | 获取与属性关联的标签集合。 | 
| Value { get; } | 获取属性值。 |