Axes.Item[XlAxisType, XlAxisGroup] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::Office::Interop::Word::Axis ^ default[Microsoft::Office::Interop::Word::XlAxisType, Microsoft::Office::Interop::Word::XlAxisGroup] { Microsoft::Office::Interop::Word::Axis ^ get(Microsoft::Office::Interop::Word::XlAxisType Type, Microsoft::Office::Interop::Word::XlAxisGroup AxisGroup); };
public Microsoft.Office.Interop.Word.Axis this[Microsoft.Office.Interop.Word.XlAxisType Type, Microsoft.Office.Interop.Word.XlAxisGroup AxisGroup = Microsoft.Office.Interop.Word.XlAxisGroup.xlPrimary] { get; }
member this.Item(Microsoft.Office.Interop.Word.XlAxisType * Microsoft.Office.Interop.Word.XlAxisGroup) : Microsoft.Office.Interop.Word.Axis
Default Public ReadOnly Property Item(Type As XlAxisType, Optional AxisGroup As XlAxisGroup = Microsoft.Office.Interop.Word.XlAxisGroup.xlPrimary) As Axis
Parameters
- Type
- XlAxisType
The axis type.
- AxisGroup
- XlAxisGroup
The axis.