Class IntegerCellsArray<T>
Inheritance
System.Object
IntegerCellsArray<T>
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class IntegerCellsArray<T> : Object, IDisposable
Type Parameters
Name |
---|
T |
Constructors
IntegerCellsArray()
Declaration
public IntegerCellsArray()
Fields
Cells
Declaration
public List<T> Cells
Field Value
Type |
---|
System.Collections.Generic.List<T> |
Methods
Dispose()
Declaration
public void Dispose()
EnsureCellCount(Int32)
Declaration
public void EnsureCellCount(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Implements
System.IDisposable