Excel Reports
InsertSpaces Method



KellermanSoftware.ExcelReports Namespace > Common Class : InsertSpaces Method
Insert spaces into a string
Syntax
Public Shared Function InsertSpaces( _
   ByVal input As String _
) As String
Dim input As String
Dim value As String
 
value = Common.InsertSpaces(input)
public static string InsertSpaces( 
   string input
)
public:
static String^ InsertSpaces( 
   String^ input
) 

Parameters

input
Example
OrderDetails = Order Details 10Net30 = 10 Net 30 FTPHost = FTP Host
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Common Class
Common Members