Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / viewcolumn Field


In This Topic
viewcolumn Field (Cell)
In This Topic
Gets or sets the column start index.
Syntax
'Declaration
 
Protected viewcolumn As Integer
 
'Usage
 
Dim instance As Cell
Dim value As Integer
 
value = instance.viewcolumn
 
instance.viewcolumn = value
See Also