Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

DisableCellClipping Property








Gets or sets a value that indicates whether the rendered page width/height chosen by the user will be approximated to the nearest cell width/height to avoid clipping the Excel document cell.
Syntax
public bool DisableCellClipping {get; set;}
'Declaration
 
Public Property DisableCellClipping As Boolean
'Usage
 
Dim instance As CodecsXlsLoadOptions
Dim value As Boolean
 
instance.DisableCellClipping = value
 
value = instance.DisableCellClipping
public bool DisableCellClipping {get; set;}
 <br/>get_DisableCellClipping();<br/>set_DisableCellClipping(value);<br/>Object.defineProperty('DisableCellClipping'); 
public:
property bool DisableCellClipping {
   bool get();
   void set (    bool value);
}

Property Value

true means the rendered page width/height chosen by the user will be approximated to nearest cell width/height to avoid clipping the Excel document cell. false to allow clipping.
Remarks

When set to true, the resulting page width/height will be either equal to or more than the specified page width/height (depending on cell dimensions). This boolean has no effect if MultiPageSheet is not set.

Requirements

Target Platforms

See Also

Reference

CodecsXlsLoadOptions Class
CodecsXlsLoadOptions Members

Error processing SSI file