Gets reference to the CommandCellCollection for this CommandFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override CommandCellCollection Cells { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides ReadOnly Property Cells As CommandCellCollection Get
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual property CommandCellCollection^ Cells { CommandCellCollection^ get () override; }