Class HeaderCaptionCollection
Represents the list of header captions.
Inheritance
System.Object
HeaderCaptionCollection
Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class HeaderCaptionCollection : List<string>
Constructors
HeaderCaptionCollection()
Declaration
public HeaderCaptionCollection()
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |