You are reading help file online using chmlib.com 
     | 
  
| 
       
 StartCol property (read/write) archived BEX only  | 
    Top Previous Next | 
| 
 Declaration property StartCol: integer; 
 Default 0 
 Category 
 Components 
 Description Use both StartCol and StartRow to instruct TLabelShell to start printing at a particular row and column. This will automatically be reset to 0 after the label report has been executed. 
 See also 
 Example (Delphi) DbTablePrinter2.StartCol := 1; DbTablePrinter2.StartRow := 2; 
 Example (C++Builder) DbTablePrinter2->StartCol = 1; DbTablePrinter2->StartRow = 2;  | 
You are reading help file online using chmlib.com 
     |