Cell
MinimalHeight Property
|
Gets the minimum height of a cell.
This is a sum of minimal heights of all rows cowered by the cell.
Read-only
Double
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public double MinimalHeight { get; }
Public ReadOnly Property MinimalHeight As Double
Get
public:
property double MinimalHeight {
double get ();
}
member MinimalHeight : float with get
Property Value
Type:
Double
See Also