CubeField.ShowInFieldList Property
When set to True (default), a CubeField object will be shown in the field list.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowInFieldList As Boolean
Get
Set
'Usage
Dim instance As CubeField
Dim value As Boolean
value = instance.ShowInFieldList
instance.ShowInFieldList = value
bool ShowInFieldList { get; set; }
Property Value
Type: System.Boolean