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


In This Topic
Column Property (ExcelSparkline)
In This Topic
Gets or sets the column.
Syntax
'Declaration
 
Public Overrides Property Column As Integer
 
'Usage
 
Dim instance As ExcelSparkline
Dim value As Integer
 
instance.Column = value
 
value = instance.Column

Property Value

The column.
See Also