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.
public bool DisableCellClipping {get; set;}
Public Property DisableCellClipping As Boolean
public bool DisableCellClipping {get; set;}
<br/>get_DisableCellClipping();<br/>set_DisableCellClipping(value);<br/>Object.defineProperty('DisableCellClipping');
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET