WorkbookSettingsPaperSize Property |
Gets and sets the default print paper size.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic PaperSizeType PaperSize { get; set; }
Public Property PaperSize As PaperSizeType
Get
Set
public:
property PaperSizeType PaperSize {
PaperSizeType get ();
void set (PaperSizeType value);
}
member PaperSize : PaperSizeType with get, set
Property Value
Type:
PaperSizeType
Remarks
If there is no setting about paper size,MS Excel will use default printer's setting.
See Also