Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparkline Interface / Row Property


In This Topic
Row Property (ISparkline)
In This Topic
Gets or sets the row.
Syntax
'Declaration
 
Property Row As Integer
 
'Usage
 
Dim instance As ISparkline
Dim value As Integer
 
instance.Row = value
 
value = instance.Row

Property Value

The row.
See Also