DIAdem Help

Object: CellChannelFormatter

  • Updated2024-09-12
  • 1 minute(s) read

Object: CellChannelFormatter

The CellChannelFormatter object contains information about how the values of a channel are represented in the workbook.

The following example checks each channel whether this channel has a CellBlock and creates the channel property DataType:

Dim oMyChn
For Each oMyChn in oBlock.Channels
  If (oMyChn.Formatter.IsKindOf(eCellBlock)) Then
    Call oMyChn.Properties.Add("DataType", oMyChn.Formatter.DataType)
  End If
Next

Properties

Block | DataType

Methods

IsKindOf

Log in to get a better experience