Gets or sets the default row height, the unit of measure is point, 1point = 0.3528 mm
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float DefaultRowHeight { get; set; }
Public Property DefaultRowHeight As Single Get Set
public: property float DefaultRowHeight { float get (); void set (float value); }
member DefaultRowHeight : float32 with get, set