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


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

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

パブリック プロパティ
 名前解説
Public プロパティGets or sets a value indicating whether the current group can split between pages. The default is true.  
Public プロパティGets the Style that is used to initialize TableCell.CellStyle of cells in the current group.  
Public プロパティGets or sets a value indicating whether the current group should be repeated as a table footer on each column where the containing table is printed.

Only one row and column group in a table can has this property set to true.

 
Public プロパティGets or sets a value indicating whether the current group should be repeated as a table header on each column where the containing table is printed.

Only one row and column group in a table can has this property set to true.

 
Public プロパティGets the number of rows or columns in the current group.  
Public プロパティGets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current table row/column group.  
Public プロパティGets a value indicating whether the current row/column group is data bound. Returns true if the group's DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None.  
Public プロパティGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current row/column group.  
Public プロパティGets or sets flags indicating whether the current group should be treated as a table footer repeated on each page and/or column.  
Public プロパティGets or sets flags indicating whether the current group should be treated as a table header repeated on each page and/or column.  
Public プロパティGets the 0-based index in the containing RenderTable of the last row or column in the current group.  
Public プロパティGets or sets the minimum number of rows or columns that must be printed on the same page after the current group, to allow a page break to be inserted.  
Public プロパティGets or sets the minimum number of rows or columns that must be printed on the same page before the current group, to allow a page break to be inserted.  
Public プロパティGets the TableVectorGroupCollection containing the current group.  
Public プロパティGets or sets a value indicating whether the current group should be repeated as a table footer on each page where the containing table is printed.

Only one row and column group in a table can has this property set to true.

 
Public プロパティGets or sets a value indicating whether the current group should be repeated as a table header on each page where the containing table is printed.

Only one row and column group in a table can has this property set to true.

 
Public プロパティGets the 0-based index in the containing RenderTable of the first row or column in the current group.  
Public プロパティGets or sets an array of table vectors' (rows or columns) ordinals that will span over the whole group. This property is used only in databound tables, and allows to specify the number of vectors in which the cells will be merged for the current vector group.  
Public プロパティGets or sets a value determining how the current group is treated when it is too high (if it is a group of rows) or too wide (if it is a group of columns) to fit in the vertical or horizontal space available on the current page.

The default value is SplitBehaviorEnum.SplitIfNeeded.

 
Public プロパティGets the Style associated with the current group. This style affects ambient and non-ambient attributes of the group as a whole, and ambient properties of the elements contained in the group.  
Public プロパティGets the RenderTable containing the current group.  
トップ
パブリック メソッド
 名前解説
Public メソッドAssigns (copies) properties from another TableVectorGroup to the current object.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドIndicates whether the TableVectorGroup.CellStyle property should be serialized.  
Protected メソッドIndicates whether the TableVectorGroup.Style property should be serialized.  
トップ
参照

TableVectorGroup クラス
C1.C1Preview 名前空間