Creates a new DataCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DataCell( IDataFrame parent, IConfigurationCell configurationCell )
Public Sub New ( _ parent As IDataFrame, _ configurationCell As IConfigurationCell _ )
public: DataCell( IDataFrame^ parent, IConfigurationCell^ configurationCell )
Parameters
- parent (IDataFrame)
- The reference to parent IDataFrame of this DataCell.
- configurationCell (IConfigurationCell)
- The IConfigurationCell associated with this DataCell.