FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TXlsMargins Record

Sheet margin for printing, in inches.

Pascal
TXlsMargins = packed record
  Left: extended;
  Top: extended;
  Right: extended;
  Bottom: extended;
  Header: extended;
  Footer: extended;
end;
C++
struct TXlsMargins {
  extended Left;
  extended Top;
  extended Right;
  extended Bottom;
  extended Header;
  extended Footer;
};
Members 
Description 
Left: extended; 
Left Margin in inches.  
Top: extended; 
Top Margin in inches.  
Right: extended; 
Right Margin in inches.  
Bottom: extended; 
Bottom Margin in inches.  
Header: extended; 
Header Margin in inches. Space for the header at top of page, it is taken from Top margin.  
Footer: extended; 
Footer Margin in inches. Space for the footer at bottom of page, it is taken from Bottom margin.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!