←Select platform

DisableCellClipping Property

Summary

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.

Syntax

C#
Objective-C
C++/CLI
Python
public bool DisableCellClipping {get; set;} 
@property (nonatomic, assign) BOOL disableCellClipping; 
public: 
property bool DisableCellClipping { 
   bool get(); 
   void set (    bool ); 
} 
DisableCellClipping # get and set (CodecsExcelLoadOptions) 

Property Value

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.

Remarks

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.

Requirements

Target Platforms

See Also

CodecsExcelLoadOptions Class

CodecsExcelLoadOptions Members

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.