Show / Hide Table of Contents

Class ExcelSparkline

Represents a single sparkline within the sparkline group

Inheritance
System.Object
XmlHelper
ExcelSparkline
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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()
Back to top Generated by DocFX