Class RowHeight
Represents a row height value.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RowHeight : WidthHeightBase
Constructors
RowHeight(Double, Boolean)
Initializes a new instance of the RowHeight class.
Declaration
public RowHeight(double value, bool isCustom)
Parameters
System.Double
value
The value. |
System.Boolean
isCustom
The value indicating whether the row height is custom. |
Fields
AutoFit
Represents a row height value containing the default row height for the RadSpreadsheet.
Declaration
public static readonly RowHeight AutoFit
Field Value
RowHeight
|