Aspose::Cells::LoadOptions::SetPaperSize method

LoadOptions::SetPaperSize method

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

void Aspose::Cells::LoadOptions::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