Spread for ASP.NET 12 Product Documentation
ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparkline Class > ExcelSparkline Constructor : ExcelSparkline Constructor(Int32,Int32,SheetView,CellRange)
The row.
The column.
The sheet view.
The cell range.
Initializes a new instance of the ExcelSparkline class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal sheetView As SheetView, _
   ByVal cellRange As CellRange _
)
'Usage
 
Dim row As Integer
Dim column As Integer
Dim sheetView As SheetView
Dim cellRange As CellRange
 
Dim instance As New ExcelSparkline(row, column, sheetView, cellRange)
public ExcelSparkline( 
   int row,
   int column,
   SheetView sheetView,
   CellRange cellRange
)

Parameters

row
The row.
column
The column.
sheetView
The sheet view.
cellRange
The cell range.
See Also

Reference

ExcelSparkline Class
ExcelSparkline Members
Overload List