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





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

Property Value

The default value is null.
See Also