Table of Contents

Interface IXLSparklineGroups

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLSparklineGroups : IEnumerable<IXLSparklineGroup>, IEnumerable
Inherited Members
Extension Methods

Properties

Worksheet

IXLWorksheet Worksheet { get; }

Property Value

IXLWorksheet

Methods

Add(IXLCell, IXLRange)

IXLSparklineGroup Add(IXLCell location, IXLRange sourceData)

Parameters

location IXLCell
sourceData IXLRange

Returns

IXLSparklineGroup

Add(IXLRange, IXLRange)

IXLSparklineGroup Add(IXLRange locationRange, IXLRange sourceDataRange)

Parameters

locationRange IXLRange
sourceDataRange IXLRange

Returns

IXLSparklineGroup

Add(IXLSparklineGroup)

IXLSparklineGroup Add(IXLSparklineGroup sparklineGroup)

Parameters

sparklineGroup IXLSparklineGroup

Returns

IXLSparklineGroup

Add(string, string)

IXLSparklineGroup Add(string locationAddress, string sourceDataAddress)

Parameters

locationAddress string
sourceDataAddress string

Returns

IXLSparklineGroup

CopyTo(IXLWorksheet)

void CopyTo(IXLWorksheet targetSheet)

Parameters

targetSheet IXLWorksheet

GetSparkline(IXLCell)

IXLSparkline GetSparkline(IXLCell cell)

Parameters

cell IXLCell

Returns

IXLSparkline

GetSparklines(IXLRangeBase)

IEnumerable<IXLSparkline> GetSparklines(IXLRangeBase rangeBase)

Parameters

rangeBase IXLRangeBase

Returns

IEnumerable<IXLSparkline>

Remove(IXLCell)

void Remove(IXLCell cell)

Parameters

cell IXLCell

Remove(IXLRangeBase)

void Remove(IXLRangeBase range)

Parameters

range IXLRangeBase

Remove(IXLSparklineGroup)

void Remove(IXLSparklineGroup sparklineGroup)

Parameters

sparklineGroup IXLSparklineGroup

RemoveAll()

void RemoveAll()