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