Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnWidthChangeExtents Class / LastColumn Property


In This Topic
LastColumn Property (ColumnWidthChangeExtents)
In This Topic
Gets the index of the last column in the contiguous selection.
Syntax
'Declaration
 
Public ReadOnly Property LastColumn As Integer
 
'Usage
 
Dim instance As ColumnWidthChangeExtents
Dim value As Integer
 
value = instance.LastColumn
See Also