Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsXlsLoadOptions Class : DisableCellClipping Property |
public bool DisableCellClipping {get; set;}
'Declaration
Public Property DisableCellClipping As Boolean
'Usage
Dim instance As CodecsXlsLoadOptions Dim value As Boolean instance.DisableCellClipping = value value = instance.DisableCellClipping
public bool DisableCellClipping {get; set;}
<br/>get_DisableCellClipping();<br/>set_DisableCellClipping(value);<br/>Object.defineProperty('DisableCellClipping');
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.