←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#
VB
C++
public bool DisableCellClipping {get; set;} 
Public Property DisableCellClipping As Boolean 
public: 
property bool DisableCellClipping { 
   bool get(); 
   void set (    bool ); 
} 

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

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

Leadtools.Codecs Assembly