'宣言 Public Overloads Shared Function Create( _ ByVal text As System.String, _ ByVal repeatCharIndex As System.Integer, _ ByVal repeatChar As System.Char, _ Optional ByVal displayStyle As DisplayValueStyle, _ Optional ByVal color As FormatColorEnum _ ) As FormatResult
public static FormatResult Create( System.string text, System.int repeatCharIndex, System.char repeatChar, DisplayValueStyle displayStyle, FormatColorEnum color )
パラメータ
- text
- 書式設定されたテキスト。
- repeatCharIndex
- 書式設定されたtext内の繰り返し文字の位置。
- repeatChar
- 表示空間を満たす繰り返し文字。
- displayStyle
- テキストの表示方法を示すDisplayValueStyle値。
- color
- 書式設定されたテキストの色。
戻り値の型
書式設定された結果を示すFormatResult値。