IMsoDataLabel.ShowCategoryName Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ShowCategoryName As Boolean
Get
Set
'Usage
Dim instance As IMsoDataLabel
Dim value As Boolean
value = instance.ShowCategoryName
instance.ShowCategoryName = value
bool ShowCategoryName { get; set; }
Property Value
Type: System.Boolean