Online Documentation for Advanced Data Export .NET

RtfOptions.StripType


 

public enum RtfStripType

{

 stNone,

 stCol,

 stRow

}

 

public SqlManager.QExport.RTF.RtfStripType StripType

 

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.