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