Class OdfSparklineGroupInfo
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Represents a LibreOffice calcext sparkline group in a worksheet. 表示工作表中一個 LibreOffice calcext 走勢圖群組。
public sealed class OdfSparklineGroupInfo
- Inheritance
-
OdfSparklineGroupInfo
- Inherited Members
Constructors
OdfSparklineGroupInfo(SparklineType, IReadOnlyList<OdfSparklineInfo>)
Represents a LibreOffice calcext sparkline group in a worksheet. 表示工作表中一個 LibreOffice calcext 走勢圖群組。
public OdfSparklineGroupInfo(SparklineType type, IReadOnlyList<OdfSparklineInfo> sparklines)
Parameters
typeSparklineTypeThe sparkline type. / 走勢圖類型。
sparklinesIReadOnlyList<OdfSparklineInfo>The list of sparklines in the group. / 群組內的走勢圖清單。
Properties
Sparklines
Gets the list of sparklines in the group. 取得群組內的走勢圖清單。
public IReadOnlyList<OdfSparklineInfo> Sparklines { get; }
Property Value
Type
Gets the sparkline type. 取得走勢圖類型。
public SparklineType Type { get; }