DioDocs for PDF
AddCell(Int32,Int32,Int32,Int32) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > TableRenderer クラス > AddCell メソッド : AddCell(Int32,Int32,Int32,Int32) メソッド
Index of top row in the cell.
Index of left column in the cell.
The number of rows covered by a cell.
The number of columns covered by a cell.
Creates an empty table cell with default style at the specified position.
シンタックス
'宣言
 
Public Overloads Function AddCell( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer, _
   Optional ByVal rowSpan As System.Integer, _
   Optional ByVal columnSpan As System.Integer _
) As TableCell
public TableCell AddCell( 
   System.int rowIndex,
   System.int columnIndex,
   System.int rowSpan,
   System.int columnSpan
)

パラメータ

rowIndex
Index of top row in the cell.
columnIndex
Index of left column in the cell.
rowSpan
The number of rows covered by a cell.
columnSpan
The number of columns covered by a cell.

戻り値の型

A TableCell object.
参照

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