GetCharacters
Comment.GetCharacters method
返回所有 Characters 对象 表示注释文本中的字符范围。
public ArrayList GetCharacters()
返回值
所有字符对象
例子
[C#]
ArrayList list = comment1.GetCharacters();
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
返回所有 Characters 对象 表示注释文本中的字符范围。
public ArrayList GetCharacters()
所有字符对象
[C#]
ArrayList list = comment1.GetCharacters();