PageSetupIsPercentScale Property |
If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool IsPercentScale { get; set; }
Public Property IsPercentScale As Boolean
Get
Set
public:
property bool IsPercentScale {
bool get ();
void set (bool value);
}
member IsPercentScale : bool with get, set
Property Value
Type:
Boolean
See Also