←Select platform

DisableCellClipping Property

Summary
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
C#
C++/CLI
Python
public bool DisableCellClipping {get; set;} 
public: 
property bool DisableCellClipping { 
   bool get(); 
   void set (    bool ); 
} 
DisableCellClipping # get and set (CodecsXlsLoadOptions) 

Property Value

Value Description
true To disable clipping the Excel document cell. The rendered page width/height chosen by the user will be approximated to the nearest cell width/height.
false To enable clipping the Excel document cell. The default value is false.
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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.