'Declaration Public ReadOnly Property AutoHeight As System.Nullable(Of Boolean)
public System.Nullable<bool> AutoHeight { get; }
public: __property System.Nullable<bool> get_AutoHeight();
public:
property System.Nullable<bool> AutoHeight { System.Nullable<bool> get(); }
Property Value
True if row height is calculated automatically; false if row height is not calculated automatically; null if status of automatic calculation is not defined.