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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > TableRenderer クラス > AddCell メソッド : AddCell(Int32,Int32,Object) メソッド
Index of top row in the cell.
Index of left column in the cell.
A data object or string to be displayed in the cell.
Creates a table cell with default style and a new GrapeCity.Documents.Text.TextLayout inside.
シンタックス
'宣言
 
Public Overloads Function AddCell( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer, _
   ByVal data As System.Object _
) As TableCell
public TableCell AddCell( 
   System.int rowIndex,
   System.int columnIndex,
   System.object data
)

パラメータ

rowIndex
Index of top row in the cell.
columnIndex
Index of left column in the cell.
data
A data object or string to be displayed in the cell.

戻り値の型

A TableCell object.
参照

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