Search
InteractiveObject.Height Property
See Also
 






Gets or sets the desired height, or null (Nothing in Visual Basic), to calculate the height automatically.

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

 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).

 See Also