Class LineItem
Inheritance
System.Object
LineItem
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class LineItem : Object, ICloneable
Constructors
LineItem()
Declaration
Properties
IdenticalItemsCount
Count of items that are identical to the previous element in items array.
Declaration
public ushort IdenticalItemsCount { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Indexes
Array of indexes to SXVI records.
Declaration
public ushort[] Indexes { get; set; }
Property Value
Type |
Description |
System.UInt16[] |
|
IsBlock
Indicates whether this item is a block total.
Declaration
public bool IsBlock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGrand
Indicates whether this item is a grand total.
Declaration
public bool IsGrand { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultiDataName
Indicates whether to use data field name for the subtotal (instead of using "Total").
Declaration
public bool IsMultiDataName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultiDataOnAxis
Declaration
public bool IsMultiDataOnAxis { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSubtotal
Indicates whether this item is a subtotal.
Declaration
public bool IsSubtotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemType
Declaration
public ushort ItemType { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Length
Size of the record. Read-only.
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
MaxIndex
Maximum index to the items array. Read-only.
Declaration
public ushort MaxIndex { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Options
Declaration
public ushort Options { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
Parse(DataProvider, Int32, Int32)
Declaration
public int Parse(DataProvider provider, int iOffset, int iFieldsCount)
Parameters
Type |
Name |
Description |
DataProvider |
provider |
|
System.Int32 |
iOffset |
|
System.Int32 |
iFieldsCount |
|
Returns
Type |
Description |
System.Int32 |
|
Serialize(Byte[], Int32)
Declaration
public int Serialize(byte[] arrData, int iOffset)
Parameters
Type |
Name |
Description |
System.Byte[] |
arrData |
|
System.Int32 |
iOffset |
|
Returns
Type |
Description |
System.Int32 |
|
Implements