ExcelSaveOptionsUniformWorksheets Property |
Set true for using uniform columns division through the document.
Default value is false; it means that columns division will independent for each page.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool UniformWorksheets { get; set; }
Public Property UniformWorksheets As Boolean
Get
Set
public:
property bool UniformWorksheets {
bool get ();
void set (bool value);
}
member UniformWorksheets : bool with get, set
Property Value
Type:
Boolean
See Also