_Workbook.InactiveListBorderVisible Property

Definition

A Boolean value that specifies whether list borders are visible when a list is not active. Returns True if the border is visible. Read/write Boolean.

public:
 property bool InactiveListBorderVisible { bool get(); void set(bool value); };
public bool InactiveListBorderVisible { get; set; }
Public Property InactiveListBorderVisible As Boolean

Property Value

Remarks

Setting this property will affect all the lists that are on the worksheet.

Applies to