Class CompressedExpressionCollection
A compressed array-like collection used to store RadExpression objects.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.DataStructures
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CompressedExpressionCollection : CompressedCollection<RadExpression>, IEnumerable<RadExpression>, IEnumerable
Constructors
CompressedExpressionCollection(Int32, Int32)
Initializes an instance of the class.
Declaration
public CompressedExpressionCollection(int rowCount, int columnCount)
Parameters
System.Int32
rowCount
The rows count. |
System.Int32
columnCount
The columns count. |