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