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


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

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

パブリック プロパティ
 名前解説
Public プロパティGets or sets the logical count of vectors (rows or columns) in the current collection. Setting this property to -1 (which is the default) ensures that Count is calculated automatically. C1.C1Preview.TableVectorCollectionから継承されます。
Public プロパティオーバーライドされます。 Gets the collection of column groups defined on the containing RenderTable.  
Public プロパティGets the TableCol object corresponding to the column at the specified index in the containing RenderTable. Note that a TableCol will be created if it has not been initialized for that column index yet. Use TableColCollection.FindCol to get a column without creating it.  
Public プロパティGets the RenderTable object containing the current collection. C1.C1Preview.TableVectorCollectionから継承されます。
Public プロパティGets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection. C1.C1Preview.TableVectorCollectionから継承されます。
トップ
プロテクト プロパティ
 名前解説
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 メソッドClears the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。
Public メソッドオーバーロードされます。 Deletes a range of rows or columns from the containing RenderTable. C1.C1Preview.TableVectorCollectionから継承されます。
Public メソッドReturns the TableCol with the specified index (the TableVector.Ordinal of the column), or null if that TableCol object has not been initialized.  
Public メソッドReturns the value of the TableVector.CanSplit property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). C1.C1Preview.TableVectorCollectionから継承されます。
Public メソッドReturns the value of the TableVector.PageBreakBehavior property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). C1.C1Preview.TableVectorCollectionから継承されます。
Public メソッドReturns the size (height for rows, width for columns) of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized (see remarks for details). C1.C1Preview.TableVectorCollectionから継承されます。
Public メソッドReturns the effective TableSizingModeEnum of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). C1.C1Preview.TableVectorCollectionから継承されます。
Public メソッドReturns the value of the TableVector.Visible property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in TableVectorCollection.GetVectorSize for details). C1.C1Preview.TableVectorCollectionから継承されます。
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から継承されます。
Public メソッドオーバーロードされます。 Inserts a range of rows or columns into the containing RenderTable. C1.C1Preview.TableVectorCollectionから継承されます。
トップ
プロテクト メソッド
 名前解説
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 メソッド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から継承されます。
トップ
参照

TableColCollection クラス
C1.C1Preview 名前空間