GetDataType2 Method

Gets the row data type and unit type for the specified row type and nContent.

See Also | Example

Signature

object.GetDataType2 nRow, nCol, nContent, pDataType, pUnitType

Object

Table, TableStyle
The objects this method applies to.

nRow

Integer; Input-only
The row number of the cell to set.

nCol

Integer; Input-only
The column number of the cell to set.

nContent

Integer; Input-only
The content value for the cell.

pDataType

AcValueDataType; Output-only
The data type.

pUnitType

AcValueUnitType; Output-only
The unit type.

 

   Comments?