IPageSetupBase
PaperSize Property
|
Returns or sets the size of the paper. Read / write ExcelPaperSize.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PaperSizeType PaperSize { get; set; }
Property PaperSize As PaperSizeType
Get
Set
property PaperSizeType PaperSize {
PaperSizeType get ();
void set (PaperSizeType value);
}
abstract PaperSize : PaperSizeType with get, set
Property Value
Type:
PaperSizeType
See Also