Online Documentation for Advanced Data Export for RAD Studio VCL

TRTFOptions.StripType

 

TRTFOptions                


type 

  TrtfStripType = (stNone, stCol, stRow);

 

property StripType: TrtfStripType;

 

Description

This property defines strips direction - horizontal or vertical. If StripType has the stCol value, the strips are vertical, if the stRow value, the strips are horizontal. If the stNone value is set, the strips are disabled.

 


See also:

StripStyles property