Get Paper Width and Height from PageSetup of Worksheet

Possible Usage Scenarios

Sometimes, you need to know the width and height of paper size as it has been set in page setup of the worksheet. Please use the PageSetup.PaperWidth and PageSetup.PaperHeight properties for this purpose.

Get Paper Width and Height from PageSetup of Worksheet

The following sample code explains the usage of PageSetup.PaperWidth and PageSetup.PaperHeight properties. It first changes the paper size to A2 and then finds the width and height of the paper, then it changes it to A3, A4, Letter and finds the width and height of paper respectively.

Sample Code

Console Output

Here is the console output of the above sample code.

PaperA2: 16.54x23.39

PaperA3: 11.69x16.54

PaperA4: 8.27x11.69

PaperLetter: 8.5x11.0