SetCellDataType Method |
Sets the cell data and unit type for the given row and column.
Signature
object.SetCellDataType row, col, dataType, unitType
Object
Table
The object this method applies to.
row
Integer; Input-only
The row number of the cell to set.
col
Integer; Input-only
The column number of the cell to set.
pDataType
AcValueDataType; Input-only
The new cell data type.
pUnitType
AcValueUnitType; Input-only
The new cell unit type.
Comments? |