PrintDocument for WinForms
TableCell クラス プロパティ


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

このクラスのメンバの一覧は、TableCellメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets the RenderArea contained in the current cell.  
Public プロパティGets a System.Drawing.Rectangle describing the geometry of the current cell in the table.

The location of the returned rectangle defines the location (column and row) of the current cell, while its size defines the number of columns and rows spanned by the current cell.

 
Public プロパティGets the Style that is used to render the content of the current cell.  
Public プロパティGets the 0-based index in the table of the column containing the current cell.  
Public プロパティGets or sets a value indicating how the content of the current cell is treated when the cell is split vertically between two horizontal (extension, created when the document is too wide) pages. (TableVector.CanSplit should be true for this to happen).  
Public プロパティGets or sets the image contained in the current cell.  
Public プロパティGets the index of the last column spanned by the current cell. If TableCell.SpanCols is 1, the value of this property is equal to TableCell.Col.  
Public プロパティGets the index of the last row spanned by the current cell. If TableCell.SpanRows is 1, the value of this property is equal to TableCell.Row.  
Public プロパティGets the TableCellCollection containing the current cell.  
Public プロパティGets or sets the RenderObject contained in the current cell.  
Public プロパティGets or sets a value indicating whether vertical gridlines should be drawn when the cell is split between two horizontal (extension, created when the document is too wide) pages.  
Public プロパティGets or sets a value indicating whether horizontal gridlines should be drawn when the cell is split between two vertical (regular) pages.  
Public プロパティGets the 0-based index in the table of the row containing the current cell.  
Public プロパティGets or sets the number of columns spanned by the current cell. Cannot be less than 1, which is the default.  
Public プロパティGets or sets the number of rows spanned by the current cell. Cannot be less than 1, which is the default.  
Public プロパティGets the Style of the current cell.  
Public プロパティGets the RenderTable containing the current cell.  
Public プロパティGets or sets arbitrary data associated with the current cell.  
Public プロパティGets or sets the text contained in the current cell.  
Public プロパティGets or sets a value indicating how the content of the current cell is treated when the cell is split horizontally between two vertical (regular) pages (TableVector.CanSplit should be true for this to happen).  
トップ
参照

TableCell クラス
C1.C1Preview 名前空間
TableRow クラス
TableCol クラス