'Declaration <DefaultValueAttribute()> Public Property AutoRefresh As Boolean
'Usage Dim instance As Workbook Dim value As Boolean instance.AutoRefresh = value value = instance.AutoRefresh
[DefaultValue()] public bool AutoRefresh {get; set;}
'Declaration <DefaultValueAttribute()> Public Property AutoRefresh As Boolean
'Usage Dim instance As Workbook Dim value As Boolean instance.AutoRefresh = value value = instance.AutoRefresh
[DefaultValue()] public bool AutoRefresh {get; set;}