File Object : OpenAsTextStream Method |
Visual Basic |
---|
Public Function OpenAsTextStream( _ Optional ByVal IOMode As IOMode = ForReading, _ Optional ByVal Format As Tristate = TristateFalse _ ) As TextStream |
Value | Description |
---|---|
ForAppending | |
ForReading | |
ForWriting |
Value | Description |
---|---|
TristateFalse | |
TristateMixed | |
TristateTrue | |
TristateUseDefault |