[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.TabStopsItem.TabStop.Create

Create Method

Create(float, string, TabStopTypes)

Initializes a TabStopsItem.TabStop structure.

Declaration
public static TabStopsItem.TabStop Create(float position, string leading, TabStopsItem.TabStopTypes type)
Parameters
Type Name Description
float position

The position.

string leading

The leading.

TabStopsItem.TabStopTypes type

The tab stop type. For a list of valid values, see here: TabStopsItem.TabStopTypes.

Returns
Type Description
TabStopsItem.TabStop