Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / SpacesPerTab Property


SpacesPerTab Property
Returns or specifies the number of consecutive spaces that are converted to a single tab character (for WriteSpacesAsTab) or the number of spaces that a single tab character is converted into (for ReadTabAsSpaces).
Syntax
'Declaration
 
Property SpacesPerTab As Integer
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.SpacesPerTab = value
 
value = instance.SpacesPerTab
Exceptions
ExceptionDescription
Thrown if a value outside the range of valid values is specified.
Remarks
This property is relevant only for ASCII file transfers, when either WriteSpacesAsTab or ReadTabAsSpaces is True. The default value is 8. The range of values is 1-20.
See Also