Gets or sets a value that indicates whether the sheet tab is active.
Syntax
'Declaration
Public Property IsActive As Boolean
'Usage
Dim instance As SheetTab
Dim value As Boolean
instance.IsActive = value
value = instance.IsActive
public bool IsActive {get; set;}
See Also