Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseSparkline Class / Row Property


In This Topic
Row Property (BaseSparkline)
In This Topic
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

Property Value

The row.
See Also