'宣言 Public Overloads Function AddCell( _ ByVal cellStyle As CellStyle, _ ByVal rowIndex As System.Integer, _ ByVal columnIndex As System.Integer, _ ByVal rowSpan As System.Integer, _ ByVal columnSpan As System.Integer, _ ByVal data As System.Object _ ) As TableCell
public TableCell AddCell( CellStyle cellStyle, System.int rowIndex, System.int columnIndex, System.int rowSpan, System.int columnSpan, System.object data )
パラメータ
- cellStyle
- The style of the cell, or null 参照 (Visual Basicでは Nothing) to use the default style.
- 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.
- data
- A data object or string to be displayed in the cell.
戻り値の型
A TableCell object.