In This Topic
Inserts a list at the cursor location. If text is selected, it is overwritten.
Syntax
'Declaration
Public Sub InsertList( _
ByVal As System.String, _
Optional ByVal () As System.String, _
Optional ByVal As System.String _
)
public void InsertList(
System.string ,
System.string[] ,
System.string
)
Parameters
- type
- Specifies the type of list by indicating the bullet type.
One of default, disc, circle, square, none, 1, A, a, I, i."
- entries
- A string array supplying the entries for the list.
Each entry can include html tags for bold, underline, etc. Attributes can
be added to an entry by appending them to the entry text after a vertical bar.
If null, the selected text will be included as an entry.
- attributes
- Optional attributes for the list.
See Also