GetCellDataType Method

Gets the cell data and unit type for the given row and column.

See Also | Example

Signature

object.GetCellDataType row, col, pDataType, pUnitType

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; Output-only
The cell data type.

pUnitType

AcValueUnitType; Output-only
The cell unit type.

 

   Comments?