PageFooterElementMargin Property |
Defines the margin between the footer element and the page. Applies in Print mode only.
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic double Margin { get; set; }
Public Property Margin As Double
Get
Set
public:
property double Margin {
double get ();
void set (double value);
}
member Margin : float with get, set
Property Value
Type:
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value is out of range. |
See Also