Namespace Telerik.Windows.Documents.Spreadsheet.Expressions.DataStructures
Classes
|
Sparse collection storing only explicitly set values while appearing to contain values at all indexes, using a default value for unset positions. Enables efficient memory usage for large, mostly-empty grids such as worksheet cell data. |
|
CompressedExpressionCollection Sparse collection optimized for storing RadExpression objects in a two-dimensional grid, using EmptyExpression as the default for unset cells. Use this for formula storage in worksheets with minimal memory overhead. |