WorkbookBase.InactiveListBorderVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether list borders are visible when a list is not active.
public:
property bool InactiveListBorderVisible { bool get(); void set(bool value); };
public bool InactiveListBorderVisible { get; set; }
member this.InactiveListBorderVisible : bool with get, set
Public Property InactiveListBorderVisible As Boolean
Property Value
true
if the border is visible; otherwise, false
.