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


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

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

パブリック プロパティ
 名前解説
Public プロパティGets a value indicating whether at least one group in the current collection of row/column groups is data bound.  
Public プロパティGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current collection of row/column groups. This property returns:  
Public プロパティGets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.  
Public プロパティGets the RenderTable containing the current collection of row or column groups.  
トップ
プロテクト プロパティ
 名前解説
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 TableVectorGroupCollection to the current object.  
Public メソッドClears the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。
Public メソッドSearches the current collection for a group with the specified position (row or column index) in the containing table, and count of elements.  
Public メソッドSearches the current collection for all groups that contain the row or column with the specified index in the containing table, returns the array of all groups that were found.  
Public メソッドGets the bound of the current group collection, i.e. the index of the last row or column in the contained groups plus 1.  
Public メソッドGets the group of rows or columns which has the TableVectorGroup.ColumnFooter property set to true.  
Public メソッドGets the group of rows or columns which has the TableVectorGroup.ColumnHeader property set to true.  
Public メソッドGets the group of rows or columns which has the TableVectorGroup.PageFooter property set to true.  
Public メソッドGets the group of rows or columns which has the TableVectorGroup.PageHeader property set to true.  
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から継承されます。
トップ
参照

TableVectorGroupCollection クラス
C1.C1Preview 名前空間