PrintDocument for WinForms
TableCellCollection クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : TableCellCollection クラス

TableCellCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object.  
Public プロパティGets the RenderTable containing the current collection of cells.  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティGets the System.Collections.Generic.List`1 used internally to store the elements of the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAssigns (copies) properties from another TableCellCollection to the current object.  
Public メソッドClears the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。
Public メソッドReturns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized.  
Public メソッド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.  
Public メソッド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から継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドAdds an object implementing the System.IComparable interface to the current list. C1.C1Preview.Util.FastListから継承されます。
Protected メソッドPerforms a fast search for the specified object within the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。
Protected メソッドInserts the element at the specified index. C1.C1Preview.Util.FastListから継承されます。
Protected メソッドRemoves the specified element from the current list. C1.C1Preview.Util.FastListから継承されます。
Protected メソッドRemoves the element at the specified index from the current list. C1.C1Preview.Util.FastListから継承されます。
トップ
参照

TableCellCollection クラス
C1.C1Preview 名前空間