Compartir a través de


CubeField.IsDate Property

Returns True if the CubeField is a date. Read-only Boolean.

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

Syntax

'Declaration
ReadOnly Property IsDate As Boolean
    Get
'Usage
Dim instance As CubeField
Dim value As Boolean

value = instance.IsDate
bool IsDate { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

CubeField Interface

CubeField Members

Microsoft.Office.Interop.Excel Namespace