[]
Initializes a new instance of the ExcelSparkline class.
protected ExcelSparkline(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization information. |
StreamingContext | context | The context. |
Initializes a new instance of the ExcelSparkline class.
public ExcelSparkline(int row, int column, SheetView sheetView, CellRange cellRange)
Public Sub New(row As Integer, column As Integer, sheetView As SheetView, cellRange As CellRange)
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
SheetView | sheetView | The sheet view. |
CellRange | cellRange | The cell range. |
Initializes a new instance of the ExcelSparkline class.
public ExcelSparkline(int row, int column, string formula)
Public Sub New(row As Integer, column As Integer, formula As String)
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
string | formula | The formula that represents the sheet cell range. |
Initializes a new instance of the ExcelSparkline class.
public ExcelSparkline()
Public Sub New()