Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockCompletedEventArgs Class / ColumnBegin Property


In This Topic
ColumnBegin Property (DragFillBlockCompletedEventArgs)
In This Topic
Gets the column index of the top left cell of the range being used for the fill.
Syntax
'Declaration
 
Public ReadOnly Property ColumnBegin As Integer
 
'Usage
 
Dim instance As DragFillBlockCompletedEventArgs
Dim value As Integer
 
value = instance.ColumnBegin
See Also