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


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