Class HeaderInfo
Represents header information.
Inheritance
System.Object
HeaderInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Engine.Extension
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class HeaderInfo
Constructors
HeaderInfo()
Initializes a new instance of the HeaderInfo class.
Declaration
public HeaderInfo()
Properties
ColumnHeaderCaptions
Gets or sets the list of column header captions.
Declaration
public List<string> ColumnHeaderCaptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The list of column header captions. |
HeaderCaptions
Gets or sets the list of header captions.
Declaration
public List<string> HeaderCaptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The list of header captions. |
IsSummaryCell
Gets or sets a value indicating whether this instance is summary cell.
Declaration
public bool IsSummaryCell { get; set; }
Property Value
Type |
---|
System.Boolean |
RowHeaderCaptions
Gets or sets the list of row header captions.
Declaration
public List<string> RowHeaderCaptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The list of row header captions. |
SummaryInfo
Gets or sets the summary information.
Declaration
public SummaryInfo SummaryInfo { get; set; }
Property Value
Type | Description |
---|---|
SummaryInfo | The summary information. |