Class ExcelSparkline
Represents a single sparkline within the sparkline group
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: OfficeOpenXml.Sparkline
Assembly: EPPlus.dll
Syntax
public class ExcelSparkline : XmlHelper
Properties
Cell
Location of the sparkline
Declaration
public ExcelCellAddress Cell { get; }
Property Value
| Type | Description |
|---|---|
| ExcelCellAddress |
RangeAddress
The datarange
Declaration
public ExcelAddressBase RangeAddress { get; }
Property Value
| Type | Description |
|---|---|
| ExcelAddressBase |
Methods
ToString()
Returns a string representation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | The cell address and the range |
Overrides
System.Object.ToString()