Table of Contents

Class ISupportSeriesSubtotalPointsExtensions

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public static class ISupportSeriesSubtotalPointsExtensions
Inheritance
ISupportSeriesSubtotalPointsExtensions
Inherited Members

Methods

AddSubtotalPoints<T>(ISupportSeriesSubtotalPoints<T>, IEnumerable<uint>)

public static T AddSubtotalPoints<T>(this ISupportSeriesSubtotalPoints<T> feature, IEnumerable<uint> dataIndexes) where T : IXLChartSeries

Parameters

feature ISupportSeriesSubtotalPoints<T>
dataIndexes IEnumerable<uint>

Returns

T

Type Parameters

T

AddSubtotalPoints<T>(ISupportSeriesSubtotalPoints<T>, params uint[])

public static T AddSubtotalPoints<T>(this ISupportSeriesSubtotalPoints<T> feature, params uint[] dataIndexes) where T : IXLChartSeries

Parameters

feature ISupportSeriesSubtotalPoints<T>
dataIndexes uint[]

Returns

T

Type Parameters

T

ClearSubtotalPoints<T>(ISupportSeriesSubtotalPoints<T>)

public static T ClearSubtotalPoints<T>(this ISupportSeriesSubtotalPoints<T> feature) where T : IXLChartSeries

Parameters

feature ISupportSeriesSubtotalPoints<T>

Returns

T

Type Parameters

T

GetSubtotalPoints(ISupportSeriesSubtotalPoints)

public static IEnumerable<uint> GetSubtotalPoints(this ISupportSeriesSubtotalPoints feature)

Parameters

feature ISupportSeriesSubtotalPoints

Returns

IEnumerable<uint>

RemoveSubtotalPoints<T>(ISupportSeriesSubtotalPoints<T>, IEnumerable<uint>)

public static T RemoveSubtotalPoints<T>(this ISupportSeriesSubtotalPoints<T> feature, IEnumerable<uint> dataIndexes) where T : IXLChartSeries

Parameters

feature ISupportSeriesSubtotalPoints<T>
dataIndexes IEnumerable<uint>

Returns

T

Type Parameters

T

RemoveSubtotalPoints<T>(ISupportSeriesSubtotalPoints<T>, params uint[])

public static T RemoveSubtotalPoints<T>(this ISupportSeriesSubtotalPoints<T> feature, params uint[] dataIndexes) where T : IXLChartSeries

Parameters

feature ISupportSeriesSubtotalPoints<T>
dataIndexes uint[]

Returns

T

Type Parameters

T