RibbonGallery.ColumnCount 속성 (2007 시스템)
업데이트: 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 열의 수입니다.
설명
이 속성은 특정 조건에서만 런타임에 설정할 수 있습니다. 자세한 내용은 리본 개체 모델 개요를 참조하십시오.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Office.Tools.Ribbon 네임스페이스