ApplicationClass.SaveISO8601Dates Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Property SaveISO8601Dates As Boolean
Get
Set
'Usage
Dim instance As ApplicationClass
Dim value As Boolean
value = instance.SaveISO8601Dates
instance.SaveISO8601Dates = value
public virtual bool SaveISO8601Dates { get; set; }
Property Value
Type: System.Boolean