ListFormat.ListString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::String ^ ListString { System::String ^ get(); };
public string ListString { get; }
member this.ListString : string
Public ReadOnly Property ListString As String
Property Value
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.