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


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

Parameters

row
The row.
column
The column.
formula
The formula that represents the sheet cell range.
See Also

Reference

ExcelSparkline Class
ExcelSparkline Members
Overload List