ActiveReports 9
TabStop Constructor

The position of tab stop.
The leading char.
The type of tab stop.
Initializes a new instanse of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal position As Length, _
   ByVal leadingChar As System.String, _
   ByVal type As TabType _
)
public TabStop( 
   Length position,
   System.string leadingChar,
   TabType type
)

Parameters

position
The position of tab stop.
leadingChar
The leading char.
type
The type of tab stop.
See Also

Reference

TabStop Structure
TabStop Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum