RibbonGallery.ColumnCount 属性 (2007 system)

更新:2007 年 11 月

获取或设置此 RibbonGallery 中的 Item 列的数目。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)

语法

声明
Public Property ColumnCount As Integer
用法
Dim instance As RibbonGallery
Dim value As Integer

value = instance.ColumnCount

instance.ColumnCount = value
public int ColumnCount { get; set; }

属性值

类型:System.Int32

RibbonGallery 中的 Item 列的数目。

备注

只有在特定条件下,才可以在运行时设置此属性。有关更多信息,请参见功能区对象模型概述

权限

另请参见

参考

RibbonGallery 类

RibbonGallery 成员

Microsoft.Office.Tools.Ribbon 命名空间

其他资源

功能区对象模型概述