ActiveReports 12
Space Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class : Space Method
Required. Integer expression. The number of spaces you want in the string.
Returns a string consisting of the specified number of spaces.
Syntax
'Declaration
 
Public Shared Function Space( _
   ByVal number As Integer _
) As String
public static string Space( 
   int number
)

Parameters

number
Required. Integer expression. The number of spaces you want in the string.

Return Value

Returns a string consisting of the specified number of spaces.
See Also

Reference

Strings Class
Strings Members