[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PaperWidth

PaperWidth Property

PaperWidth

Returns the width in inches of the paper, considered page orientation.

If a custom paper size is set by CustomPaperSize(double, double), this property returns the configured paper width.

Declaration
double PaperWidth { get; }
ReadOnly Property PaperWidth As Double
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.CustomPaperSize(8.5, 13);
double paperWidth = pageSetup.PaperWidth;