Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / LeadColumn Property


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