'宣言 Public Sub InsertList( _ ByVal type As System.String, _ Optional ByVal entries() As System.String, _ Optional ByVal attributes As System.String _ )
public void InsertList( System.string type, System.string[] entries, System.string attributes )
パラメータ
- type
- 行頭文字の種類を示すことで、リストの種類を指定します。 default、disc、circle、square、none、1、A、a、I、i のいずれか。"
- entries
- リストのエントリを提供する文字列配列。 各エントリには、太字、下線などを指定する HTML タグを含めることができます。属性を追加するには、 エントリテキストの後の縦棒の後に属性を付加します。
- attributes
- このリストのオプションの属性。