Search
IRowStyle.Height Property
See Also
 






Gets or sets the height of the row, or null, to use the default width.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Measure Height { get; set; }

Visual Basic  Copy Code

Property Height As Measure

 Property Value

An instance of the Measure class.

 See Also