Gets or sets IConfigurationCell associated with this IDataCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IConfigurationCell ConfigurationCell { get; set; }
Property ConfigurationCell As IConfigurationCell Get Set
property IConfigurationCell^ ConfigurationCell { IConfigurationCell^ get (); void set (IConfigurationCell^ value); }