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