Class LineItem.LineItemType
Item type.
Inheritance
System.Object
LineItem.LineItemType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class LineItemType : Enum
Fields
Average
Represents the Average line item type.
Declaration
public const LineItem.LineItemType Average
Field Value
Count
Represents the Count line item type.
Declaration
public const LineItem.LineItemType Count
Field Value
CountA
Represents the CountA line item type.
Declaration
public const LineItem.LineItemType CountA
Field Value
Data
Represents the Data line item type.
Declaration
public const LineItem.LineItemType Data
Field Value
Default
Represents the Default line item type.
Declaration
public const LineItem.LineItemType Default
Field Value
GrandTotal
Represents the GrandTotal line item type.
Declaration
public const LineItem.LineItemType GrandTotal
Field Value
Max
Represents the Max line item type.
Declaration
public const LineItem.LineItemType Max
Field Value
Min
Represents the Min line item type.
Declaration
public const LineItem.LineItemType Min
Field Value
Product
Represents the Product line item type.
Declaration
public const LineItem.LineItemType Product
Field Value
Stdev
Represents the Stdev line item type.
Declaration
public const LineItem.LineItemType Stdev
Field Value
StdevP
Represents the StdevP line item type.
Declaration
public const LineItem.LineItemType StdevP
Field Value
Sum
Represents the Sum line item type.
Declaration
public const LineItem.LineItemType Sum
Field Value
Var
Represents the Var line item type.
Declaration
public const LineItem.LineItemType Var
Field Value
VarP
Represents the VarP line item type.
Declaration
public const LineItem.LineItemType VarP