Share via


CalculatedMember.Type Property

Returns the calculated member type.

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

Syntax

'Declaration
ReadOnly Property Type As XlCalculatedMemberType
    Get
'Usage
Dim instance As CalculatedMember
Dim value As XlCalculatedMemberType

value = instance.Type
XlCalculatedMemberType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCalculatedMemberType

Remarks

XlCalculatedMemberType can be one of these XlCalculatedMemberType constants:

xlCalculatedMember

xlCalculatedSet

See Also

Reference

CalculatedMember Interface

CalculatedMember Members

Microsoft.Office.Interop.Excel Namespace