DioDocs for PDF
AddMissingCells(CellStyle,Int32,Int32,Int32,Int32,Object) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > TableRenderer クラス > AddMissingCells メソッド : AddMissingCells(CellStyle,Int32,Int32,Int32,Int32,Object) メソッド
The style of the new cells, or null 参照 (Visual Basicでは Nothing) to apply the default cell style.
Index of top row in the cell range.
Index of left column in the cell range.
Number of rows in the cell range.
Number of columns in the cell range.
A data object or string to be displayed in the cells.
Adds the regular cells to fill out the gaps in the specified rectangular range of table cells.
シンタックス
'宣言
 
Public Overloads Sub AddMissingCells( _
   ByVal cellStyle As CellStyle, _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer, _
   ByVal data As System.Object _
) 
public void AddMissingCells( 
   CellStyle cellStyle,
   System.int rowIndex,
   System.int columnIndex,
   System.int rowCount,
   System.int columnCount,
   System.object data
)

パラメータ

cellStyle
The style of the new cells, or null 参照 (Visual Basicでは Nothing) to apply the default cell style.
rowIndex
Index of top row in the cell range.
columnIndex
Index of left column in the cell range.
rowCount
Number of rows in the cell range.
columnCount
Number of columns in the cell range.
data
A data object or string to be displayed in the cells.
参照

TableRenderer クラス
TableRenderer メンバ
オーバーロード一覧