PageSetupBottomMarginInch Property |
Represents the size of the bottom margin, in unit of inches.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic double BottomMarginInch { get; set; }
Public Property BottomMarginInch As Double
Get
Set
public:
property double BottomMarginInch {
double get ();
void set (double value);
}
member BottomMarginInch : float with get, set
Property Value
Type:
Double
See Also