Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / AnchorColumn Property


In This Topic
AnchorColumn Property (BaseSheetSelectionModel)
In This Topic
Gets the column index of the first cell in the selection of cells.
Syntax
'Declaration
 
Public Overridable ReadOnly Property AnchorColumn As Integer
 
'Usage
 
Dim instance As BaseSheetSelectionModel
Dim value As Integer
 
value = instance.AnchorColumn
See Also