Windward Studios API Reference
TrimWhitespace Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportCsv Class : TrimWhitespace Property




Glossary Item Box

If cells should have whitespace trimmed from beginning and end. The default is false.

Syntax

Visual Basic (Declaration) 
Public Property TrimWhitespace As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportCsv
Dim value As Boolean
 
instance.TrimWhitespace = value
 
value = instance.TrimWhitespace
C# 
public bool TrimWhitespace {get; set;}
Managed Extensions for C++ 
public: __property bool get_TrimWhitespace();
public: __property void set_TrimWhitespace( 
   bool value
);
C++/CLI 
public:
property bool TrimWhitespace {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software