MindFusion.Wpf Pack Programmer's Guide
RowRange.Height Property
See Also
 





Gets or sets the height of all rows in the range.

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.

 Remarks

If the rows have different or default heights, this property returns null (Nothing in Visual Basic).

 See Also

RowRange Members
RowRange Class
MindFusion.Spreadsheet.Wpf Namespace