Gets the strongly-typed reference to the collection of cells for this ChannelFrameBase<(Of <(<'T>)>)>.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IChannelCellCollection<T> Cells { get; }
Public Overridable ReadOnly Property Cells As IChannelCellCollection(Of T) Get
public: virtual property IChannelCellCollection<T>^ Cells { IChannelCellCollection<T>^ get (); }