Spread Windows Forms 12.0 Product Documentation
Row Property (BaseSparkline)


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

Property Value

The row.
See Also

Reference

BaseSparkline Class
BaseSparkline Members