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.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.DataStructures
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CompressedExpressionCollection : CompressedCollection<RadExpression>, IEnumerable<RadExpression>, IEnumerable
Inheritance: objectCompressedCollection<RadExpression>CompressedExpressionCollection
Implements:
Inherited Members