_Workbook.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.
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.