Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ActiveColumnIndex Property


In This Topic
    ActiveColumnIndex Property (SheetView)
    In This Topic
    Gets or sets the column index of the active cell on the sheet.
    Syntax
    'Declaration
     
    
    Public Property ActiveColumnIndex As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.ActiveColumnIndex = value
     
    value = instance.ActiveColumnIndex
    public int ActiveColumnIndex {get; set;}
    See Also