WorkbookSettingsWindowHeightInch Property |
The height of the window, in unit of inch.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic double WindowHeightInch { get; set; }
Public Property WindowHeightInch As Double
Get
Set
public:
property double WindowHeightInch {
double get ();
void set (double value);
}
member WindowHeightInch : float with get, set
Property Value
Type:
Double
See Also