Spread 8.0 Documentation
PrintMarginBottom Property
Support Options
ActiveX Reference > ActiveX Properties > PrintMarginBottom Property

Glossary Item Box

PrintMarginBottom Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the bottom margin when printing a sheet. This property is available at run time only.

Syntax

C++

long CSpreadSheet::GetPrintMarginBottom( );
void CSpreadSheet::SetPrintMarginBottom(long value);

Visual Basic

[form.]fpSpread.PrintMarginBottom[ = value&]

Remarks

The default value for the PrintMarginBottom property is 0. The units are specified in twips.

Set the PrintMarginBottom property before you use the PrintSheet method to print the sheet.

This property is set at the sheet level. Set the Sheet property before setting this property if there are multiple sheets.

Specify the print margins for the top, left, and right sides of the page using the PrintMarginTop, PrintMarginLeft, and PrintMarginRight properties.

Spread Designer

Choose the Sheet menu, then the Print Properties menu, select the Print Properties tab, and then type numbers in the appropriate edit box in the Margins group box in the Print Properties dialog box.

Data Type

Long Integer

See Also

Print Properties

PrintMarginLeft, PrintMarginRight, PrintMarginTop properties

PrintSheet method

DLL Correspondence

SSPrint function

Copyright © GrapeCity, inc. All rights reserved.