Characters

Comment.Characters method

返回一个 Characters 对象,该对象表示注释文本中的一系列字符。

public FontSetting Characters(int startIndex, int length)
范围类型描述
startIndexInt32字符开头的索引。
lengthInt32字符数。

返回值

字符对象。

例子


[C#]
Aspose.Cells.FontSetting fontSetting = comment1.Characters(0, 4);

也可以看看