Share via


_Workbook.InactiveListBorderVisible Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property InactiveListBorderVisible As Boolean
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Boolean

value = instance.InactiveListBorderVisible

instance.InactiveListBorderVisible = value
bool InactiveListBorderVisible { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace