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


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

Property Value

The row.
See Also