XlsPivotCache
CalculatedItemIndex Property
|
Gets the calculated index of the item. This property always returns 1.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int CalculatedItemIndex { get; }
Public ReadOnly Property CalculatedItemIndex As Integer
Get
public:
property int CalculatedItemIndex {
int get ();
}
member CalculatedItemIndex : int with get
Property Value
Type:
Int32
See Also