Creates an empty table cell with default style at the specified position.
オーバーロード一覧
オーバーロード | 解説 |
AddCell(Int32,Int32,Int32,Int32) | Creates an empty table cell with default style at the specified position. |
AddCell(CellStyle,Int32,Int32,Int32,Int32) | Creates an empty table cell with given style at the specified position. |
AddCell(Int32,Int32,Object) | Creates a table cell with default style and a new GrapeCity.Documents.Text.TextLayout inside. |
AddCell(CellStyle,Int32,Int32,Object) | Creates a table cell with given style and a new GrapeCity.Documents.Text.TextLayout inside. |
AddCell(Int32,Int32,Int32,Int32,Object) | Creates a table cell with default style and a new GrapeCity.Documents.Text.TextLayout inside. |
AddCell(CellStyle,Int32,Int32,Int32,Int32,Object) | Creates a table cell with given style and a new GrapeCity.Documents.Text.TextLayout inside. |
参照