Spread for ASP.NET 12 Product Documentation
Row Property (ExcelSparkline)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparkline Class : Row Property
Gets or sets the row.
Syntax
'Declaration
 
Public Overrides Property Row As Integer
'Usage
 
Dim instance As ExcelSparkline
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
public override int Row {get; set;}

Property Value

The row.
See Also

Reference

ExcelSparkline Class
ExcelSparkline Members