GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentConverter Class / SpreadsheetBottomMarginOverride Property





In This Topic
SpreadsheetBottomMarginOverride Property (GdPictureDocumentConverter)
In This Topic
Specifies the spreadsheet bottom margin height in millimeters. If height is not given or negative, the margin specified in the document will be used instead. The addition of top and bottom page margin must be lower than page height.
Syntax
'Declaration
 
Public Property SpreadsheetBottomMarginOverride As Nullable(Of Single)
public Nullable<float> SpreadsheetBottomMarginOverride {get; set;}
public read-write property SpreadsheetBottomMarginOverride: Nullable; 
public function get,set SpreadsheetBottomMarginOverride : Nullable
public: __property Nullable<float> get_SpreadsheetBottomMarginOverride();
public: __property void set_SpreadsheetBottomMarginOverride( 
   Nullable<float> value
);
public:
property Nullable<float> SpreadsheetBottomMarginOverride {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Property Value

The default value is null.
See Also