New to Telerik Document ProcessingStart a free 30-day trial

Encapsulates a row height value with custom or auto-fit sizing, measured in device-independent pixels.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class RowHeight : WidthHeightBase

Inheritance: objectWidthHeightBaseRowHeight

Inherited Members WidthHeightBase.Equals(object)WidthHeightBase.GetHashCode()WidthHeightBase.ToString()WidthHeightBase.ValueWidthHeightBase.IsCustom

Constructors

Initializes a new instance of the RowHeight class.

C#
public RowHeight(double value, bool isCustom)
Parameters:valuedouble

The value.

isCustombool

The value indicating whether the row height is custom.

Fields

Provides the default auto-fit row height that automatically adjusts to content size.

C#
public static readonly RowHeight AutoFit