SharedStringRepository

SharedStringRepository

General

SharedStringRepository és una classe en Aspose.Cells per NET.

SharedStringRepository.Clear neteja totes les cadenes compartides emmagatzemades.

Propietats

NameTypeAccessDescription
ValuesIReadOnlyList<string>ReadGets a read‑only list of all shared strings

Mètodes

SignatureDescription
Clear()Removes all stored shared strings, resetting the repository
TryGetValue(index: int, value: string)Returns true and outputs the string at the specified index, otherwise false
Intern(value: string)Adds the given string to the repository if absent and returns its index
 Català