[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ExcelSparkline.-ctor

ExcelSparkline Constructor

ExcelSparkline(SerializationInfo, StreamingContext)

Initializes a new instance of the ExcelSparkline class.

Declaration
protected ExcelSparkline(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The serialization information.

StreamingContext context

The context.

ExcelSparkline(int, int, SheetView, CellRange)

Initializes a new instance of the ExcelSparkline class.

Declaration
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)
Parameters
Type Name Description
int row

The row.

int column

The column.

SheetView sheetView

The sheet view.

CellRange cellRange

The cell range.

ExcelSparkline(int, int, string)

Initializes a new instance of the ExcelSparkline class.

Declaration
public ExcelSparkline(int row, int column, string formula)
Public Sub New(row As Integer, column As Integer, formula As String)
Parameters
Type Name Description
int row

The row.

int column

The column.

string formula

The formula that represents the sheet cell range.

ExcelSparkline()

Initializes a new instance of the ExcelSparkline class.

Declaration
public ExcelSparkline()
Public Sub New()