XlsWorkbook
StandardRowHeightInPixels Property
|
Gets or sets the standard row height in pixels.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int StandardRowHeightInPixels { get; set; }
Public Property StandardRowHeightInPixels As Integer
Get
Set
public:
property int StandardRowHeightInPixels {
int get ();
void set (int value);
}
member StandardRowHeightInPixels : int with get, set
Property Value
Type:
Int32
The standard row height in pixels.
See Also