Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / AnchorColumn Property


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