In This Topic
Gets a
Column object for the active column on the sheet.
Syntax
'Declaration
Public ReadOnly Property ActiveColumn As Column
'Usage
Dim instance As SheetView
Dim value As Column
value = instance.ActiveColumn
public Column ActiveColumn {get;}
See Also