Share via


CubeField._Caption Property

Returns a String value that represents the label text for the cube field.

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

Syntax

'Declaration
ReadOnly Property _Caption As String
    Get
'Usage
Dim instance As CubeField
Dim value As String

value = instance._Caption
string _Caption { get; }

Property Value

Type: System.String
String

See Also

Reference

CubeField Interface

CubeField Members

Microsoft.Office.Interop.Excel Namespace