SharedStringRepository

SharedStringRepository

Overview

SharedStringRepository 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示共享字符串存储库.

本类提供了5种方法,用于在C++程序中与SharedStringRepository对象工作. 有的方法包括: Clear, GetValues, Intern, SharedStringRepository, TryGetValue. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
SharedStringRepository()启动一个新的 SharedStringRepository 类实例.
GetValues()std::vector<std::string>得到了值.
Clear()清除了当前的状态.
TryGetValue(index: int, value: std::string)bool试图获得值.基于零的索引.如果操作成功,则 true 的值;否则是 false 的价值.
Intern(value: std::string_view)int执行内部. 这个值,是基于零的索引.

See Also

 中文