SetCellType Method |
Sets the cell type for the specified row and column.
Signature
object.SetCellType(row, col, CellType)
Object
Table
The object or objects this method applies to.
row
Long; the zero-based row index for the cell
col
Long; the zero-based column index for the cell
CellType
AcCellType enum; the cell type
acBlockCell
acTextCell
acUnknownCell
Comments? |