XlsWorksheet
StandardHeightFlag Property
|
Gets or sets the standard (default) height option flag, which defines that
standard (default) row height and book default font height do not match. Bool.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool StandardHeightFlag { get; set; }
Public Property StandardHeightFlag As Boolean
Get
Set
public:
property bool StandardHeightFlag {
bool get ();
void set (bool value);
}
member StandardHeightFlag : bool with get, set
Property Value
Type:
Boolean
See Also