ListFormat.ListString Property
Returns a String that represents the appearance of the list value of the first paragraph in the range for the specified ListFormat object. For example, the second paragraph in an alphabetic list would return B.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListString As String
Get
'Usage
Dim instance As ListFormat
Dim value As String
value = instance.ListString
string ListString { get; }
Property Value
Type: System.String
Remarks
For a bulleted list, you will need to apply the correct font in order to see the string. Most bullets use the Symbol or Wingdings font.
Use the ListValue property to return the numeric value of the paragraph.