SpreadsheetLeftMarginOverride Property (GdPictureDocumentConverter)
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                
            Specifies the spreadsheet left 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 SpreadsheetLeftMarginOverride As Nullable(Of Single)
             
        
            
            public Nullable<float> SpreadsheetLeftMarginOverride {get; set;}
             
        
            
            public read-write property SpreadsheetLeftMarginOverride: Nullable; 
             
        
            
            public function get,set SpreadsheetLeftMarginOverride : Nullable
             
        
            
            public: __property Nullable<float> get_SpreadsheetLeftMarginOverride();
public: __property void set_SpreadsheetLeftMarginOverride( 
   Nullable<float> value
);
             
        
            
            public:
property Nullable<float> SpreadsheetLeftMarginOverride {
   Nullable<float> get();
   void set (    Nullable<float> value);
}
             
        
             
        
            
            
            Property Value
The default value is null.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also