SharedStringRepository

SharedStringRepository

Overview

SharedStringRepository is a class in Aspose.Cells FOSS for .NET.

Represents shared string repository.

Properties

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

Methods

SignatureDescription
Clear()Clears the current state.
TryGetValue(index: int, value: string)if the operation succeeds; otherwise, .
Intern(value: string)The int.

See Also