Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowInfo Class / ColumnIndex Property


In This Topic
ColumnIndex Property (PreviewRowInfo)
In This Topic
Gets or sets the column index of preview row bound to.
Syntax
'Declaration
 
Public Property ColumnIndex As Integer
 
'Usage
 
Dim instance As PreviewRowInfo
Dim value As Integer
 
instance.ColumnIndex = value
 
value = instance.ColumnIndex
See Also