'Declaration
Property UseStandardWidth As Nullable(Of Boolean)
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) instance.UseStandardWidth = value value = instance.UseStandardWidth
Nullable<bool> UseStandardWidth {get; set;}
Property Value
true
if the column width of the IRange object equals the standard width of the sheet; otherwise, false
.