Share via


_Application.MapPaperSize Property

True if documents formatted for the standard paper size of another country/region (for example, A4) are automatically adjusted so that they're printed correctly on the standard paper size (for example, Letter) of your country/region.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property MapPaperSize As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.MapPaperSize

instance.MapPaperSize = value
bool MapPaperSize { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace