Search
Row.Height Property
See Also
 






Gets or sets the height of the row.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Measure Height { get; set; }

Visual Basic  Copy Code

Public Property Height As Measure

 Property Value

An instance of the Measure class. The default is null (Nothing in Visual Basic) indicating that the height of the row is specified through the DefaultRowHeight property of the parent Worksheet.

 See Also