Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RibbonGallery.ColumnCount Property

Definition

Namespace:
Microsoft.Office.Tools.Ribbon
Assembly:
Microsoft.Office.Tools.Common.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the number of Item columns in this RibbonGallery.

public:
 property int ColumnCount { int get(); void set(int value); };
public int ColumnCount { get; set; }
member this.ColumnCount : int with get, set
Public Property ColumnCount As Integer

Property Value

The number of Item columns in this RibbonGallery.

Remarks

This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.

Applies to