In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / SpreadsheetRightMarginOverride Property

SpreadsheetRightMarginOverride Property (GdPictureDocumentConverter)

In This Topic
Specifies the spreadsheet right margin width in millimeters. If width is not given or negative, the margin 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 SpreadsheetRightMarginOverride As Nullable(Of Single)
public Nullable<float> SpreadsheetRightMarginOverride {get; set;}
public read-write property SpreadsheetRightMarginOverride: Nullable; 
public function get,set SpreadsheetRightMarginOverride : Nullable
public: __property Nullable<float> get_SpreadsheetRightMarginOverride();
public: __property void set_SpreadsheetRightMarginOverride( 
   Nullable<float> value
);
public:
property Nullable<float> SpreadsheetRightMarginOverride {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Property Value

The default value is null.
See Also