←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
WinRT C#
C++
public bool DisableCellClipping {get; set;} 
Public Property DisableCellClipping As Boolean 
public bool DisableCellClipping {get; set;} 
  
get_DisableCellClipping(); 
set_DisableCellClipping(value); 
Object.defineProperty('DisableCellClipping');  
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize