Interface IXLMargins
public interface IXLMargins
- Extension Methods
Properties
Bottom
Gets or sets the Bottom margin.
double Bottom { get; set; }
Property Value
- double
The Bottom margin.
Footer
Gets or sets the Footer margin.
double Footer { get; set; }
Property Value
- double
The Footer margin.
Header
Gets or sets the Header margin.
double Header { get; set; }
Property Value
- double
The Header margin.
Left
Gets or sets the Left margin.
double Left { get; set; }
Property Value
- double
The Left margin.
Right
Gets or sets the Right margin.
double Right { get; set; }
Property Value
- double
The Right margin.
Top
Gets or sets the Top margin.
double Top { get; set; }
Property Value
- double
The Top margin.
Methods
SetBottom(double)
IXLMargins SetBottom(double value)
Parameters
valuedouble
Returns
SetFooter(double)
IXLMargins SetFooter(double value)
Parameters
valuedouble
Returns
SetHeader(double)
IXLMargins SetHeader(double value)
Parameters
valuedouble
Returns
SetLeft(double)
IXLMargins SetLeft(double value)
Parameters
valuedouble
Returns
SetRight(double)
IXLMargins SetRight(double value)
Parameters
valuedouble
Returns
SetTop(double)
IXLMargins SetTop(double value)
Parameters
valuedouble