ListFormat.ListValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 ListFormat 对象的区域中第一段的数值。 例如,应用于字母列表中的第二段的 ListValue 属性将返回 2。
public:
property int ListValue { int get(); };
public int ListValue { get; }
member this.ListValue : int
Public ReadOnly Property ListValue As Integer
属性值
注解
ListString使用 属性可返回表示列表值的字符串。
如果 ListFormat 对象应用于项目符号列表,则 ListValue 属性返回 1。
如果 ListFormat 对象应用一个多级符号列表, ListValue 属性返回数值的第一段相同级别的段落的顺序出现。 例如,如果指定 ListFormat 对象的第一段编号为“A.2”, 则 ListValue 将返回 2。
该属性不会返回 LISTNUM 域的值。