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