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


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

Property Value

The column.
See Also