PageMarginsElementTop Property |
Determines the size of the Top margin
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic double Top { get; set; }
Public Property Top As Double
Get
Set
public:
property double Top {
double get ();
void set (double value);
}
member Top : float with get, set
Property Value
Type:
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Value is out of range. |
See Also