SlicerCacheLevel.Ordinal Property
Gets the one-based ordinal value of the hierarchy level represented by the specified SlicerCacheLevel object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Ordinal As Integer
Get
'Usage
Dim instance As SlicerCacheLevel
Dim value As Integer
value = instance.Ordinal
int Ordinal { get; }
Property Value
Type: System.Int32
The one-based ordinal value of the hierarchy level represented by the specified SlicerCacheLevel object.
Remarks
Read-only.