Show / Hide Table of Contents

Class PivotItem

Inheritance
System.Object
PivotItem
Namespace: DRIT.Spreadsheet.Pivot
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PivotItem : object

Properties

Index

Gets the index of the pivot item in the pivot field

Declaration
public int Index { get; }
Property Value
Type Description
System.Int32

IsHidden

Gets and Sets whether the pivot item is hidden.

Declaration
public bool IsHidden { get; set; }
Property Value
Type Description
System.Boolean

Name

Gets the name of the pivot item.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Position

Specifying the position index in all the PivotItems,not the PivotItems under the same parent node.

Declaration
public int Position { set; }
Property Value
Type Description
System.Int32

Value

Declaration
public Object Value { get; }
Property Value
Type Description
Object
Back to top Generated by DocFX