Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PaperSizeType PaperSize { get; set; }
Public Property PaperSize As PaperSizeType
	Get
	Set
public:
virtual property PaperSizeType PaperSize {
	PaperSizeType get () sealed;
	void set (PaperSizeType value) sealed;
}
abstract PaperSize : PaperSizeType with get, set
override PaperSize : PaperSizeType with get, set

Property Value

PaperSizeType

Implements

IPageSetupBase..::..PaperSize

See Also