Class
RowHeight

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:

cs-api-definition
public class RowHeight : WidthHeightBase

Inheritance: objectWidthHeightBaseRowHeight

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

Constructors

RowHeight(double, bool)

Initializes a new instance of the RowHeight class.

Declaration

cs-api-definition
public RowHeight(double value, bool isCustom)

Parameters

value

double

The value.

isCustom

bool

The value indicating whether the row height is custom.

Fields

AutoFit

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

Declaration

cs-api-definition
public static readonly RowHeight AutoFit

Field Value

RowHeight