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





In This Topic
SpreadsheetPageHeightOverride Property (GdPictureDocumentConverter)
In This Topic
Specifies the spreadsheet page height in millimeters. If height is not given or not positive, the page height 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 SpreadsheetPageHeightOverride As Nullable(Of Single)
public Nullable<float> SpreadsheetPageHeightOverride {get; set;}
public read-write property SpreadsheetPageHeightOverride: Nullable; 
public function get,set SpreadsheetPageHeightOverride : Nullable
public: __property Nullable<float> get_SpreadsheetPageHeightOverride();
public: __property void set_SpreadsheetPageHeightOverride( 
   Nullable<float> value
);
public:
property Nullable<float> SpreadsheetPageHeightOverride {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Property Value

The default value is null.
See Also