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


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