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