Name | Description | |
---|---|---|
![]() | NCellBodyList Constructor | Overloaded. |
The following tables list the members exposed by NCellBodyList.
Name | Description | |
---|---|---|
![]() | NCellBodyList Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of objects in this list (Inherited from Nevron.Collections.NList) |
![]() | Item | Typed indexer |
Name | Description | |
---|---|---|
![]() | Add | Adds the cell to the end of the collection |
![]() | AddNoDuplicates | Adds a non duplicate cell to the list |
![]() | AddRange | Overloaded. Copies the elements of a cell array to the end of the collection. |
![]() | AddRangeNoDuplicates | Copies the elements of the specified collection to the end of this collection and does not add any duplicate entries |
![]() | Clear | Clears the collection (Inherited from Nevron.Collections.NList) |
![]() | Clone | Overridden. Creates an exact replica of this object. |
![]() | Contains | Determines whether the specified cell is in the collection |
![]() | CopyTo | Copies the entire collection values to a one-dimensional array of cells, starting at the specified index of the target array. |
![]() | Filter | Filters the elements of this list and returns a new list in which all elements satisfy the filter criteria |
![]() | FilterCount | Determines the count of elements in this array, which satisfy the specified filter |
![]() | GetBounds | Gets the bounds of the cells |
![]() | GetCellBounds | Gets the bounds of the cells |
![]() | GetEnumerator | Obtains an enumerator for this list (Inherited from Nevron.Collections.NList) |
![]() | GetMaxCellSize | Returns the max cell size |
![]() | IndexOf | Searches for the specified cell and returns the zero-based index of the first occurrence within the collection |
![]() | Initialize | Sets the Bounds of all contained cells to be equal to the cell ContentBounds |
![]() | Insert | Inserts the cell at the specified index |
![]() | IntersectsWith | Determines whether this and the specified collection have common entries |
![]() | JustifyHorizontally | Justifies the cells horizontally |
![]() | JustifyVertically | Justifies the cells vertically |
![]() | MakeEqualCellHeight | Makes all cells with the specified height |
![]() | MakeEqualCellWidth | Makes all cells with the specified width |
![]() | MaxContentDimension | Gets the max content dimension |
![]() | MaxExtraHeight | Gets the min maximal extra height (MaxHeight - Height) |
![]() | MaxExtraWidth | Gets the min maximal extra width (MaxWidth - Width) |
![]() | MinContentDimension | Gets the min content dimension |
![]() | MinExtraHeight | Gets the min minimal extra height (Height - MinHeight) |
![]() | MinExtraWidth | Gets the min minimal extra width (Width - MinWidth) |
![]() | PlaceContent | Places the content of the cells |
![]() | Remove | Removes the first occurrence of a specific cell from the collection |
![]() | RemoveAt | Removes the value at the specified index (Inherited from Nevron.Collections.NList) |
![]() | RemoveRange | Removes the specified range of elements from the collection |
![]() | Sort | Sorts the element of this list with the specified comparer |
![]() | SumContentDimension | Sums the specified content dimension |
![]() | ToArray | Copies the elements of this list to a new array of the specified type. |