LoadOptions.SetPaperSize

LoadOptions.SetPaperSize method

Sets the default print paper size from default printer’s setting.

public void SetPaperSize(PaperSizeType type)
ParameterTypeDescription
typePaperSizeTypeThe default paper size.

Remarks

If there is no setting about paper size,MS Excel will use default printer’s setting.

See Also