| 名前 | 解説 | |
|---|---|---|
![]() | Item | Gets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object. |
![]() | Owner | Gets the RenderTable containing the current collection of cells. |
TableCellCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Item | Gets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object. |
![]() | Owner | Gets the RenderTable containing the current collection of cells. |
| 名前 | 解説 | |
|---|---|---|
![]() | InnerList | Gets the System.Collections.Generic.List`1 used internally to store the elements of the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | Assigns (copies) properties from another TableCellCollection to the current object. |
![]() | Clear | Clears the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。 |
![]() | FindCell | Returns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized. |
![]() | GetRightBottomBounds | Gets the bounds of the initialized cells area. The returned System.Drawing.Size structure's System.Drawing.Size.Width contains the column index of the rightmost initialized cell + 1, while System.Drawing.Size.Height contains the row index of the bottommost initialized cell + 1. |
![]() | IndexOf | Returns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the FindObjectIndex method.) C1.C1Preview.Util.FastListから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds an object implementing the System.IComparable interface to the current list. C1.C1Preview.Util.FastListから継承されます。 |
![]() | FindObjectIndex | Performs a fast search for the specified object within the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。 |
![]() | Insert | Inserts the element at the specified index. C1.C1Preview.Util.FastListから継承されます。 |
![]() | Remove | Removes the specified element from the current list. C1.C1Preview.Util.FastListから継承されます。 |
![]() | RemoveAt | Removes the element at the specified index from the current list. C1.C1Preview.Util.FastListから継承されます。 |