StreamWriter: WriteChars |
Writes a subarray of characters to the stream.
Public Sub WriteChars( ByRef Buffer ( ) As Integer, Optional ByRef Index As Variant, Optional ByRef Count As Variant )
Exception | Condition |
---|---|
ArgumentNullException | Buffer is uninitialized. |
ObjectDisposedException | The writer is closed. |