Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.