Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / AnchorColumn Property


In This Topic
    AnchorColumn Property (DefaultSheetSelectionModel)
    In This Topic
    Gets the column index of the first cell in the selection of cells.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property AnchorColumn As Integer
    'Usage
     
    
    Dim instance As DefaultSheetSelectionModel
    Dim value As Integer
     
    value = instance.AnchorColumn
    public override int AnchorColumn {get;}
    See Also