Class ExcelSparkline
Represents a single sparkline within the sparkline group
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.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 | 
|---|---|
| System.String | The cell address and the range  | 
      
Overrides
System.Object.ToString()