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