Gets or sets a value that indicates whether the rendered page's width/height chosen by the user is approximated to the nearest cell's width/height to avoid clipping the Excel document's cell.
public bool DisableCellClipping {get; set;}
@property (nonatomic, assign) BOOL disableCellClipping;
DisableCellClipping # get and set (CodecsExcelLoadOptions)
Value | Description |
---|---|
true | The rendered page's width/height chosen by the user is approximated to the nearest cell's width/height to avoid clipping the Excel document's cell. |
false | To allow clipping. The default value is false. |
When set to true, the resulting page's width/height will be either equal to or more than the specified page's width/height (depending on cell dimensions). This boolean has no effect if MultiPageSheet is not set.
CodecsExcelLoadOptions Members
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document