Gets a reference to the parent IChannelFrame for this IChannelCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IChannelFrame Parent { get; set; }
Property Parent As IChannelFrame Get Set
property IChannelFrame^ Parent { IChannelFrame^ get (); void set (IChannelFrame^ value); }