InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / SpacesPerTab Property


In This Topic
    SpacesPerTab Property
    In This Topic
    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
    int SpacesPerTab {get; set;}
    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