WidthHeightBase
Class
Base class for row height and column width specifications, storing the dimension value and custom-size flag.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class WidthHeightBase
Inheritance: objectWidthHeightBase
Derived Classes:
Constructors
Initializes a new WidthHeightBase with the specified dimension and custom-size flag.
Methods
Properties
Gets whether the dimension was explicitly set by the user rather than using the default size.
C#
public bool IsCustom { get; }
The value indicating whether the width / height is custom.