ExcelToPdfConverterShowAllContent Property
Gets or sets a flag indicating if the cells are resized to show all content. The default value is true
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool ShowAllContent { get; set; }
Public Property ShowAllContent As Boolean
Get
Set
public:
property bool ShowAllContent {
bool get ();
void set (bool value);
}
member ShowAllContent : bool with get, set
Property Value
Boolean