CubeField.HasMemberProperties Property
Returns True when there are member properties specified to be displayed for the cube field.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property HasMemberProperties As Boolean
Get
'Usage
Dim instance As CubeField
Dim value As Boolean
value = instance.HasMemberProperties
bool HasMemberProperties { get; }
Property Value
Type: System.Boolean