RibbonGallery.RowCount 屬性 (2007 系統)
更新:2007 年 11 月
取得或設定這個 RibbonGallery 顯示的 RibbonDropDownItem 元件列數。
命名空間: Microsoft.Office.Tools.Ribbon
組件: Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)
語法
Public Property RowCount As Integer
Dim instance As RibbonGallery
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
public int RowCount { get; set; }
屬性值
型別:System.Int32
這個 RibbonGallery 顯示的 RibbonDropDownItem 元件列數。
備註
如果這個 RibbonGallery 擁有的 RibbonDropDownItem 元件超過所能顯示的數目,便會捲動。
這個屬性只能在特定條件下於執行階段設定。如需詳細資訊,請參閱功能區物件模型概觀。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Office.Tools.Ribbon 命名空間