Workbook.InactiveListBorderVisible Property

Definition

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.

Applies to