'Declaration
Public Property ActiveColumn As Integer
'Usage
Dim instance As SheetView Dim value As Integer instance.ActiveColumn = value value = instance.ActiveColumn
public int ActiveColumn {get; set;}
'Declaration
Public Property ActiveColumn As Integer
'Usage
Dim instance As SheetView Dim value As Integer instance.ActiveColumn = value value = instance.ActiveColumn
public int ActiveColumn {get; set;}
This property is available at run time only.
Set this property to specify the active column. Return the value of this property to retrieve the column index of the active column.