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